home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Prog / Prog files by date next >
Encoding:
Text File  |  1991-02-11  |  111.5 KB  |  3,007 lines  |  [TEXT/MSWD]

  1.  Name  =  TCL/C 1.1.2 Update.cpt
  2.  Path =  AMUG CD:Files:Prog:T:TCL/C 1.1.2 Update.cpt
  3.  Size:145K         Date: 2/25/92         Version: 1.1.2
  4.  Description:
  5.  TCL/C 1.1.2 Update. Symantec suggests all users should upgrade to this new 
  6. version.  General bug fixes and 68040 support.
  7.  
  8.  Name  =  ThinkC5.0.2 Update.cpt
  9.  Path =  AMUG CD:Files:Prog:T:ThinkC5.0.2 Update.cpt
  10.  Size:276K         Date: 2/25/92         Version: 5.0.2
  11.  Description:
  12.  This is the Symantec Think C 5.0.2 Update for upgrading your 5.0 C 
  13. application environment. Copyright Symantec. All rights reserved.
  14.  
  15.  Name  =  Re-Animator 1.1.0 and sourc.cpt
  16.  Path =  AMUG CD:Files:Prog:Q-R:Re-Animator 1.1.0 and sourc.cpt
  17.  Size: 29K         Date: 2/25/92         Version: 1.1.0
  18.  Description:
  19.  Re-Animator 1.1.0 and sourc - Re-Animator is a relatively simple ( in 
  20. retrospect ) PICS animation player. It will read any file with PICTs 
  21. resources and animate them very quickly using CopyBits. Written by      
  22. Russell LaValle. Freeware.
  23.  
  24.  Name  =  IGS Array UNIT 1.1.cpt
  25.  Path =  AMUG CD:Files:Prog:H-K:IGS Array UNIT 1.1.cpt
  26.  Size: 14K         Date: 2/24/92         Version: 1.1
  27.  Description:
  28.  IGS Array UNIT 1.1 - IGS Array UNIT is a Think Pascal library that you can 
  29. use to add dynamic arrays to your programs. In standard Pascal, all arrays 
  30. are declared before compiling. There is no way for your program to create 
  31. an array at run-time! For example, with the IGS Array UNIT, you could write
  32. a program that could ask how many numbers need to be stored, create an 
  33. array of exactly that many numbers, and then use that array in any way 
  34. you’d like. With the IGS Array UNIT, creating arrays at run-time is easy! 
  35. With only 3 procedures and functions, you’ll be using dynamic arrays in no 
  36. time!
  37.  
  38.  Name  =  DialScript1.7.cpt
  39.  Path =  AMUG CD:Files:Prog:D-G:DialScript1.7.cpt
  40.  Size: 63K         Date: 2/23/92         Version: 1.7
  41.  Description:
  42.  DialScript 1.7 - is intended to complement terminal emulation programs that
  43. lack a good macro capability for automatic and intelligent' login.  
  44. Typically, users run DialScript to set up the modem, dial a phone number 
  45. and step through a login sequence for a remote computer.  When the login is
  46. complete, they switch either automatically or manually to a standard 
  47. terminal emulator and proceed. DialScript is an interpreter for an 
  48. extremely simple programming language roughly based on finite state 
  49. automata.  Statements in the language interact with the serial ports by 
  50. either sending strings to them or waiting for strings from them. 
  51.  
  52.  Name  =  CODEeditor2.9.cpt
  53.  Path =  AMUG CD:Files:Prog:B-C:CODEeditor2.9.cpt
  54.  Size:164K         Date: 2/23/92         Version: 2.9
  55.  Description:
  56.  The file “CODE editor for ResEdit 2.1” contains a ResEdit 2.1 (or later) 
  57. RSSC resource that adds a disassembly viewer to ResEdit to handle CODE and 
  58. code-like resources.  This allows you to view code resources as assembly 
  59. code instead of “raw” hex.  When added to ResEdit version 2.1.1 or later, 
  60. the CODE editor can also operate concurrently with the basic HEXA editor, 
  61. providing editing and searching capabilities as well.  The disassembly code
  62. is annotated with the module names extracted from the MacsBug strings in 
  63. the code.  Navigation facilities are provided to allow viewing related 
  64. pieces of code.  
  65.  
  66.  Name  =  Marker.cpt
  67.  Path =  AMUG CD:Files:Prog:M:Marker.cpt
  68.  Size: 16K         Date: 2/23/92         Version: 1.0b6
  69.  Description:
  70.  Marker 1.0b6 - No, it’s not an INIT or a CDEV, it’s not even a desk 
  71. accessory.  It’s an application that is System 7 friendly, and runs in a 
  72. 64k partition. Marker Maker takes a source file created in THINK C, parses 
  73. the C source code, and marked each function name it comes across (not the 
  74. prototypes, only the actual function where it’s defined).  You run it, and 
  75. through a standard get file dialog, you select the file or folder, and away
  76. it goes.  Most files are marked in less than a second.  The next time you 
  77. open the file in the THINK C editor, all of the function names in the file 
  78. will be there when you command-click in the title bar.  It’s that simple.
  79.  
  80.  Name  =  File Dropper.cpt
  81.  Path =  AMUG CD:Files:Prog:D-G:File Dropper.cpt
  82.  Size:122K         Date: 2/23/92         Version: 
  83.  Description:
  84.  File Dropper is a THINK C library that implements an application that you 
  85. can drop files or folders onto to do batch operations on. It handles the 
  86. getting of the AppleEvents if running under System 7, the main event loop, 
  87. and the menus. You need only write the code that acts on the individual 
  88. files. File Dropper 1.0ß1 Copyright © 1992, Troy Anderson; All Rights 
  89. Reserved. Provided by Troy for BBS in a BOX distribution February 1992.
  90.  
  91.  Name  =  PopUpMenu Demo.cpt
  92.  Path =  AMUG CD:Files:Prog:N-P:PopUpMenu Demo.cpt
  93.  Size: 31K         Date: 2/14/92         Version: 
  94.  Description:
  95.  PopUpMenu Demo is a Demo of System 7’s popup menu CDEF, in THINK C.
  96.  
  97.  Name  =  External Resources.cpt
  98.  Path =  AMUG CD:Files:Prog:D-G:External Resources.cpt
  99.  Size: 14K         Date: 2/14/92         Version: 
  100.  Description:
  101.  External Resources is THINK C source showing how to use resources from 
  102. external files. By Joe Zobkiw.
  103.  
  104.  Name  =  CStatusBar.cpt
  105.  Path =  AMUG CD:Files:Prog:B-C:CStatusBar.cpt
  106.  Size: 13K         Date: 2/14/92         Version: 
  107.  Description:
  108.  C status bar is THINK C source code for a status bar object using the THINK
  109. Class Library. By Joe Zobkiw.
  110.  
  111.  Name  =  Data Fork Opener v1.0.cpt
  112.  Path =  AMUG CD:Files:Prog:D-G:Data Fork Opener v1.0.cpt
  113.  Size: 15K         Date: 2/08/92         Version: 1.0
  114.  Description:
  115.  Data Fork Opener v1.0 allows you to quickly open the data fork of any file.
  116. It is based on TextEdit so it has a limit of 32K. It is also based on 
  117. “BuggyEdit” that came with THINK C 5.0, since it already did 97% of what I 
  118. needed, I figured I would “adapt” it a tad. This software is free, I don’t 
  119. think anyone would pay for it anyway. It doesn't yet support opening files 
  120. from the Finder and some other niceties, maybe someone else will add that 
  121. in to a _real_ data fork manipulation application. Enjoy! Joe Zobkiw
  122.  
  123.  Name  =  MacsBug 6.2.2.cpt
  124.  Path =  AMUG CD:Files:Prog:M:MacsBug 6.2.2.cpt
  125.  Size:136K         Date: 2/03/92         Version: 
  126.  Description:
  127.  MacsBug 6.2.2 supports the Macintosh Plus and all newer Macintosh models. 
  128. These are the Macintosh Plus, SE, II, IIx,IIcx, SE30, Portable, IIci, IIfx,
  129. Classic, IIsi and LC. MacsBug 6.2.2 works reliably with all Apple monitors 
  130. and all third-party monitors if their slot ROM and driver software have 
  131. been designed according to the guidelines presented in Designing Cards and 
  132. Drivers for the Macintosh II and Macintosh SE, with and without 32 bit 
  133. QuickDraw.
  134.  
  135.  Name  =  THINKCPR.CPT
  136.  Path =  AMUG CD:Files:Prog:T:THINKCPR.CPT
  137.  Size:157K         Date: 1/30/92         Version: 
  138.  Description:
  139.  The Think C Programming Guide (TCPG) is a $15 shareware HyperCard stack 
  140. for learning Symantec Corp.'s Think C 4.0 compiler.  This is an object-
  141. oriented extension of the C programming language, and a near-subset of 
  142. C++.  The TCPG may also serve as an introduction to the basic features 
  143. of the C++ language.  The differences among C, Think C 4.0, and C++ are 
  144. detailed in the TCPG. By Ralph Gonzalez, PO Box 54, Newark, DE 19711, USA.
  145.  
  146.  Name  =  SillyIcons.cpt
  147.  Path =  AMUG CD:Files:Prog:S:SillyIcons.cpt
  148.  Size: 11K         Date: 1/30/92         Version: 
  149.  Description:
  150.  The enclosed files are an exercise in using the routines described in the 
  151. initial issue of Tech Note 306.  These routines are PlotIconID and 
  152. PlotCIconHandle.  See the Tech Note (available elsewhere online) for 
  153. details. For small (16x16) and mini (12x12) icons, I see a solid Macintosh 
  154. crash when PlotIconID is applying transforms other than ttNone and 
  155. ttSelected.  That is why the word “crash” appears in those positions in the
  156. window.  Since Finder manages to plot small icons using all the transforms,
  157. why can’t I?  
  158.  
  159.  Name  =  ResEdit 2.1.1 Extensions.cpt
  160.  Path =  AMUG CD:Files:Prog:Q-R:ResEdit 2.1.1 Extensions.cpt
  161.  Size:250K         Date: 1/30/92         Version: 
  162.  Description:
  163.  ResEdit 2.1.1 Extensions contains the updated SND Editor, the updated SIZE 
  164. editor, the updated CODE editor, a hdfr (Finder Help) editor, an alis 
  165. (alias) editor, a kcs# (keyboard icon) editor and an acur (animated cursor)
  166. editor. Resedit and these extensions is copyright Apple Computer all rights
  167. reserved.
  168.  
  169.  Name  =  MacsBug Help.cpt
  170.  Path =  AMUG CD:Files:Prog:M:MacsBug Help.cpt
  171.  Size: 13K         Date: 1/30/92         Version: 
  172.  Description:
  173.  This is a help file for those getting into MacsBug. 
  174.  
  175.  Name  =  INIT Debugger v1.0.cpt
  176.  Path =  AMUG CD:Files:Prog:H-K:INIT Debugger v1.0.cpt
  177.  Size:  5K         Date: 1/30/92         Version: 1.0
  178.  Description:
  179.  The INIT Debugger is a useful System Extension that allows you to easily 
  180. break into your debugger suring the startup process. Just hold down the ‘D’
  181. key while The INIT Debugger loads and the debugger will be invoked. Many 
  182. times, when debugging Extensions you want to be able to break into MacsBug 
  183. (or TMON) just _after_ Extension XYZ loads but just _before_ Extension ABC 
  184. loads. This can be impossible, a pain, etc. and takes much skill and maybe 
  185. a few tries! By renaming The INIT Debugger you can make it load in-between 
  186. two other Extensions and invoke the debugger right in between them both! 
  187.  
  188.  Name  =  About... 2.1.cpt
  189.  Path =  AMUG CD:Files:Prog:A:About... 2.1.cpt
  190.  Size: 47K         Date: 1/30/92         Version: 2.1
  191.  Description:
  192.  About... 2.1 allows you to easily add about boxes to your programs.
  193.  
  194.  Name  =  System Watch 1.2.2.cpt
  195.  Path =  AMUG CD:Files:Prog:S:System Watch 1.2.2.cpt
  196.  Size: 18K         Date: 1/07/92         Version: 1.2.2
  197.  Description:
  198.  Swatch helps you track down heap bugs. It’s also lotso fun to watch.  It’s 
  199. intended for programmers; however, normal people might enjoy it, too. To 
  200. install Swatch, move Swatch INIT and Swatch Riff into your System Folder 
  201. and reboot.  For System 7 installation, just move the Swatch Riff into your
  202. Preferences folder—the INIT is not needed (hurrah!).  Actually, the Riff 
  203. isn't really needed, either. Heck, just run Swatch and watch.
  204.  
  205.  Name  =  Window Elephant1.0d5.cpt
  206.  Path =  AMUG CD:Files:Prog:U-Z:Window Elephant1.0d5.cpt
  207.  Size:  9K         Date: 1/06/92         Version: 1.0d5
  208.  Description:
  209.  Window Elephant is currently for use only with the Think C development 
  210. environment.  More specifically it is for use by the Think C Debugger.  It 
  211. works with version 4.0 (tested up to 4.0.5) of Think C and works under 
  212. System 6.0 to System 7.0. So what does it do?  It remembers where you have 
  213. placed the source and data windows and restores their positions everytime 
  214. the Debugger is launched.  That’s all (for this version at least).  
  215. Multiple monitors are, of course, supported.  If you should move your copy 
  216. of Think C Debugger to another Mac that has a different monitor setup, 
  217. Window Elephant will let the debugger handle setting the windows in the 
  218. default position, then remember where they are from then on.
  219.  
  220.  Name  =  SaveATree 1.52.cpt
  221.  Path =  AMUG CD:Files:Prog:S:SaveATree 1.52.cpt
  222.  Size: 29K         Date: 1/06/92         Version: 1.52
  223.  Description:
  224.  Save A Tree is a text file printing utility designed to conserve paper by 
  225. printing on 1 page what would normally use 2 or 4 pages. Since Save A Tree 
  226. only handles 'TEXT' files, I expect its primary audience will be 
  227. programmers printing source code. Although, the word wrap option makes it 
  228. useful for general text printing too. Because of the small font sizes used,
  229. Save A Tree works best on high resolution printers. Use of Save A Tree is 
  230. free of charge. I encourage you to share it freely. Copies of the source 
  231. (THINK C) may be obtained for $20 and a disk w/SASE.
  232.  
  233.  Name  =  Programmer’s Key 1.4.2
  234.  Path =  AMUG CD:Files:Prog:N-P:Programmer’s Key 1.4.2
  235.  Size:  6K         Date: 1/06/92         Version: 1.4.2
  236.  Description:
  237.  Programmer's Key is a great INIT/Extension that lets you restart your 
  238. machine or jump into a Debugger from the keyboard. This is cool, especially
  239. if your computer doesn't have "Programmer's Keys" installed (i.e., 
  240. Macintosh IIsi). To Interrupt hold down the Command key and hit the 
  241. PowerKey. To Reset hold down the Control key (or tab)- and hit the 
  242. PowerKey. To Restart hold down the Command key and Shift key - and hit the 
  243. PowerKey. To ShutDown hold down the Command-Shift-Option keys - and hit the
  244. PowerKey.
  245.  
  246.  Name  =  NIFTY.cpt
  247.  Path =  AMUG CD:Files:Prog:N-P:NIFTY.cpt
  248.  Size:291K         Date: 1/01/92         Version: 
  249.  Description:
  250.  Features Floating Windows, System 7, color, offscreen BitMaps and PixMaps, 
  251. the List Manger AND MUCH, MUCH MORE !!! Lots of C source code, together 
  252. with ".r" file. Contact John at (703) 569-2294  {YOUR nickel !!!!!}
  253.  
  254.  Name  =  BNDL Banger v.1.2.cpt
  255.  Path =  AMUG CD:Files:Prog:B-C:BNDL Banger v.1.2.cpt
  256.  Size: 15K         Date: 1/01/92         Version: 
  257.  Description:
  258.  BNDL Banger is a tiny little app that tricks the system into using your
  259. selected files's BNDL-related info ("tricks" = rips the old BNDL info
  260. out of the desktop database and gently coerces the new BNDL info back in).
  261. V.1.2 copes MUCH BETTER with the situation where you have multiple copies
  262. of your app laying around and eliminates the need to rebuild the desktop
  263. file (you do have to reboot though - there's no way to avoid that).
  264. BNDL Banger v.1.2 is FreeWare (and the source is available for $7 for 
  265. anyone that has to have it - see the "Read Me" file for details). System 7 
  266. dependent.
  267.  
  268.  Name  =  MacBinary C Source.cpt
  269.  Path =  AMUG CD:Files:Prog:M:MacBinary C Source.cpt
  270.  Size:  4K         Date:12/31/91         Version: 
  271.  Description:
  272.  This file contains MacBinary C Source code for programers wishing to build 
  273. telecom file transfer programs.
  274.  
  275.  Name  =  Floating Windows.cpt
  276.  Path =  AMUG CD:Files:Prog:D-G:Floating Windows.cpt
  277.  Size: 25K         Date:12/31/91         Version: 
  278.  Description:
  279.  Floating Windows contains Programers code translated to Pascal from C for 
  280. floating windows.
  281.  
  282.  Name  =  Dhrystone v2.1.cpt
  283.  Path =  AMUG CD:Files:Prog:D-G:Dhrystone v2.1.cpt
  284.  Size: 67K         Date:12/31/91         Version: 2.1
  285.  Description:
  286.  Dhrystone v2.1 contains programing code for doing Drystone tests. 
  287.  
  288.  Name  =  THINK C 5.0.1 Update.se
  289.  Path =  AMUG CD:Files:Prog:T:THINK C 5.0.1 Update.se
  290.  Size: 54K         Date:12/10/91         Version: 5.0.1
  291.  Description:
  292.  This file allows you to update your copy of Think C to version THINK C 
  293. 5.0.1. From the folks at Symantec.
  294.  
  295.  Name  =  RSCVW621.CPT_
  296.  Path =  AMUG CD:Files:Prog:Q-R:RSCVW621.CPT_
  297.  Size:237K         Date:12/10/91         Version: 6.21
  298.  Description:
  299.  The purpose of the RSCV_compiler  application is to provide an elegant mean
  300. to update the RSC_Viewer  application. Indeed, it is easier to update a 
  301. plain text file than a "resource-form" of that file. To sum up, 
  302. RSCV_Compiler allows the user to update the ‘GVAR’ (global variables 
  303. description) and ‘TRAP’ (trap description) resources of the RSC_Viewer 
  304. application without using a Resource Editor.
  305.  
  306.  Name  =  MASTER List V110191.cpt
  307.  Path =  AMUG CD:Files:Prog:M:MASTER List V110191.cpt
  308.  Size: 19K         Date:12/10/91         Version: 
  309.  Description:
  310.  This is a Master list of all Apple products available for 3rd party 
  311. licensing. Contact License.SW on Apple Link for further info.
  312.  
  313.  Name  =  SERIUS
  314.  Path =  AMUG CD:Files:Prog:S:SERIUS
  315.  Size:372K         Date:12/08/91         Version: 
  316.  Description:
  317.  The Serius Demo application is intended to introduce you to the Serius 
  318. Desktop Programming environment and the accompanying tutorial will take you
  319. through the process of quickly and easily putting together a small 
  320. application. The file “Painter Instructions.PICT” can be opened from inside
  321. the sample application that you will create. We recommend that you print 
  322. the instructions in the enclosed tutorial (both parts 1 and 2) before using
  323. the Serius Demo application. This demo is freeware. By all means, feel free
  324. to give copies to your friends.
  325.  
  326.  Name  =  Serial Demo.cpt
  327.  Path =  AMUG CD:Files:Prog:S:Serial Demo.cpt
  328.  Size:  4K         Date:12/08/91         Version: 
  329.  Description:
  330.  Serial Demo program adapted from SerialDemo.c by Mark Y. Geschelin.
  331. This program uses the modem port to send and recieve characters. It 
  332. functions as a very simple terminal emulator.  This is meant to be an 
  333. example of the use of the Serial Manager, not an example of how to code a 
  334. terminal emulator!! Compile this program with Runtime.lib, Interface.lib, 
  335. and Serial.p Pascal port by Phil Shapiro and Mark Y. Geschelin.
  336.  
  337.  Name  =  Generic MPW Tool.cpt
  338.  Path =  AMUG CD:Files:Prog:D-G:Generic MPW Tool.cpt
  339.  Size: 12K         Date:12/08/91         Version: 
  340.  Description:
  341.  GenericTool by Doug Wyatt, May 1991. Freeware. Source for tiny MPW tool 
  342. whose entire purpose is to load the rest of itself from a code resource, 
  343. PROC 981, which is (typically) written in THINK C.
  344.     
  345.  
  346.  Name  =  Fold Machine v3.0.cpt
  347.  Path =  AMUG CD:Files:Prog:D-G:Fold Machine v3.0.cpt
  348.  Size:107K         Date:12/08/91         Version: 3.0
  349.  Description:
  350.  Welcome to the Fold Machine. This utility is designed to help programers 
  351. who work on the same project to “fold” their changes into the master copy 
  352. of their group’s project. The assumption under which this application 
  353. functions is that your programming group keeps a master folder containing 
  354. the “official” current project and source code. Each programmer has a copy 
  355. of this folder which he or she uses when writing new pieces of the program.
  356.  
  357.  Name  =  XCMDSHEL.CPT
  358.  Path =  AMUG CD:Files:Prog:U-Z:XCMDSHEL.CPT
  359.  Size: 20K         Date:11/16/91         Version: 
  360.  Description:
  361.  This is a text file describing how to build an XCMD using THINK-C.
  362. Enclosed are several header.h files and source.c files that comprise
  363. a working example of the Dialog XCMD described in Chapter 3 of "XCMD's
  364. for HyperCard" by Gary Bond (MIS: Press; ISBN 0-943518-85-7).  The 29
  365. "glue" routines are in the XCmdGlue.c file.  The XCmdBlock is defined
  366. in the HyperXCmd.h file, along with prototypes for all the "glue" code.
  367.  
  368.  Name  =  MCLUTILS.CPT
  369.  Path =  AMUG CD:Files:Prog:M:MCLUTILS.CPT
  370.  Size:132K         Date:11/16/91         Version: 
  371.  Description:
  372.  oodles-of-utils version 1.0b Copyright © 1990 Northwestern University 
  373. Institute for the Learning Sciences. Michael S. Engbe, Neither I, 
  374. Northwestern, or the Institute for the Learning Sciences make any 
  375. warrenties about this code. You may use, modify, & redistribute any of the 
  376. files in oodles-of-utils as long as they retain their copyright notices.
  377.  
  378.  Name  =  B-YACC.CPT
  379.  Path =  AMUG CD:Files:Prog:B-C:B-YACC.CPT
  380.  Size:121K         Date:11/16/91         Version: 
  381.  Description:
  382.  This is the latest version of Berkeley yacc, ported to MPW. yacc runs as an
  383. MPW tool and thus can easily be used in makefiles. It is definitely NOT 
  384. Mac-friendly, but it runs and that's all I really need it to do. This code 
  385. is NOT copylefted, so you can do whatever you wish to it as long as you 
  386. follow the (quite generous) copyright restrictions. All I had to do was 
  387. create a "yacc.make" file. I've also fixed a bug in "output.c", (which I 
  388. have sent back to the BSD folk to add to their next release). This way I 
  389. can easily patch and update to future revisions of yacc. -- Parag Patel 
  390. <parag@sde.hp.com> (20 Oct 1991).
  391.  
  392.  Name  =  Alpha.4.01.cpt
  393.  Path =  AMUG CD:Files:Prog:A:Alpha.4.01.cpt
  394.  Size:196K         Date:11/16/91         Version: 
  395.  Description:
  396.  All documentation is contained in the online help, which can be found 
  397. under the Apple menu for pre-7.0 systems and under the balloon help menu 
  398. for 7.0 and above ALPHA needs the file 'AlphaBits' to work properly. This 
  399. file contains both machine dependent and machine independent portions. The 
  400. default configuration is for a MacII keyboard. If you don't have a keyboard
  401. with a 'control' key, comment out the line
  402.     '#define    MACII'    
  403. in the 'AlphaBits' file and restart.
  404. Alpha needs at least System 6.0 to work correctly.
  405.  
  406.  Name  =  Pocket Forth rel.5.cpt
  407.  Path =  AMUG CD:Files:Prog:N-P:Pocket Forth rel.5.cpt
  408.  Size:148K         Date:11/06/91         Version: 
  409.  Description:
  410.  Pocket Forth is a simple interpreter that can execute code or compile it 
  411. into a dictionary for later execution.  Source code text is typed from the 
  412. keyboard, pasted from the clipboard or loaded from a file.  The text is 
  413. interpreted one line at a time.  When the line is completed an 'ok' prompt 
  414. appears and the input sequence restarts. This is a very indepth package. 
  415. Write to the author, Chris Heilman, on CompuServe at [70566,1474], Bitnet 
  416. (heilman@pc) or through the US Mail to my personal zip code: 85066-8345.
  417.  
  418.  Name  =  LSTREZB2.CPT
  419.  Path =  AMUG CD:Files:Prog:M:LSTREZB2.CPT
  420.  Size: 29K         Date:11/06/91         Version: 1.0b2
  421.  Description:
  422.  ListRez 1.0b2 (9/9/91), (c) 1991 Erik A. Johnson. This is a utility that 
  423. lists all of the resources in a file and outputs it as a text file to be 
  424. read by the word processor of your choice.ListRez simply asks for a 
  425. resource file to be processed (and an output file) and extracts some info 
  426. about each resource in that file's resource fork (resource type, ID, Name, 
  427. Size, and Resource Attributes) and writes a table of this info in an output
  428. file chosen by the user. This is a Beta version, and has only been tested 
  429. on my SE/30 with System 6.0.5 and on a IIci running 6.0.7, so I would 
  430. appreciate any comments about compatability or incompatability with other 
  431. configurations.
  432.  
  433.  Name  =  THINK C 5.0.1 Update.cpt
  434.  Path =  AMUG CD:Files:Prog:T:THINK C 5.0.1 Update.cpt
  435.  Size: 54K         Date:11/01/91         Version: 5.0.1
  436.  Description:
  437.  THINK C 5.0.1 lets you debug programs on a Macintosh with a MC68040 and 
  438. corrects some bugs in THINK C 5.0.
  439.  
  440.  Name  =  Primer source changes.cpt
  441.  Path =  AMUG CD:Files:Prog:N-P:Primer source changes.cpt
  442.  Size: 13K         Date:11/01/91         Version: 
  443.  Description:
  444.  This Compactor archive contains primer changes for the Mark & Reed
  445. C and Pascal programming Primers. These are program changes made
  446. necessary by the release of Think C 5.0 and Think Pascal 4.0.
  447. Original file posted by Dave Mark with a request for as wide a
  448. distribution as possible.
  449.  
  450.  Name  =  Introduction to DAL 1.1.1.cpt
  451.  Path =  AMUG CD:Files:Prog:H-K:Introduction to DAL 1.1.1.cpt
  452.  Size:155K         Date:11/01/91         Version: 1.1.1
  453.  Description:
  454.  This stack is designed to be an introduction to relational databases, the 
  455. SQL query language and Apple's Data Access Language. Copyrighted by Apple 
  456. Computer 1990.
  457.  
  458.  Name  =  ADEVLIST.CPT
  459.  Path =  AMUG CD:Files:Prog:A:ADEVLIST.CPT
  460.  Size:  3K         Date:10/30/91         Version: 
  461.  Description:
  462.  Apple Developer Tools and Platforms  - Suggested Requirement List
  463. Kent Sandvik, Apple DTS, 9/24/91  - version 1.0.3  (Alink: KSAND, Net: 
  464. ksand@apple.com) Permission is granted to republish this documentation, as 
  465. long as the text in this file is not altered or deleted. List programing 
  466. tools and necessary requirements.
  467.  
  468.  Name  =  New Versions of THINK C and...
  469.  Path =  AMUG CD:Files:Prog:N-P:New Versions of THINK C and...
  470.  Size:  7K         Date:10/14/91         Version: 
  471.  Description:
  472.  New Versions of THINK C and THINK Pascal Offer Speed and More Programming 
  473. PowerIn a double-strength upgrade of its Macintosh programming tools line, 
  474. Symantec recently announced THINK C Version 5.0 and THINK Pascal Version 
  475. 4.0, enhanced versions of its popular development environments. Both 
  476. products now let programmers take full advantage of System 7.0 capabilities
  477. "As the market leader in Macintosh development environments, Symantec
  478. strives to provide programmers with strong tools that fully exploit the 
  479. latest technology", says Symantec president Gordon Eubanks. Read inside for
  480. upgrade info on Think C.
  481.  
  482.  Name  =  DISCIPLINE 2.0.1.CPT
  483.  Path =  AMUG CD:Files:Prog:D-G:DISCIPLINE 2.0.1.CPT
  484.  Size: 86K         Date: 9/28/91         Version: 2.0.1
  485.  Description:
  486.  Discipline will check variables as they are passed into traps to insure the
  487. data is valid. Additional information can be gained by contacting APDA.
  488. All software Copyright (C) 1991 Apple Computer Inc. unless otherwise noted;
  489. all rights reserved except as expressly provided. Apple,APDA, Discipline, 
  490. Debugger,2.0.1.
  491.  
  492.  Name  =  About Apple Development Product
  493.  Path =  AMUG CD:Files:Prog:A:About Apple Development Product
  494.  Size: 11K         Date: 9/28/91         Version: 
  495.  Description:
  496.  Listed in this file is a wide variety of development-oriented services 
  497. available from Apple and third-party vendors.  Additional information is 
  498. available in the Developer Services icon on AppleLink. Includes listiings 
  499. of products and developer associations.
  500.  
  501.  Name  =  Macintosh Price List
  502.  Path =  AMUG CD:Files:Prog:M:Macintosh Price List
  503.  Size: 19K         Date: 9/13/91         Version: 7-24-91
  504.  Description:
  505.  APDA MACINTOSH EXTERNAL PRICE LIST for JULY 24, 1991. This file contains 
  506. the following alphabetized sections Macintosh, A/UX, HyperCard, Networking 
  507. & Communications, Site Licensed Products, Technical Resources, Apple 
  508. Appeal, Other Products.
  509.  
  510.  
  511.  Name  =  XcShell.cpt
  512.  Path =  AMUG CD:Files:Prog:U-Z:XcShell.cpt
  513.  Size: 28K         Date: 9/09/91         Version: 
  514.  Description:
  515.  XcShell is a Think C 5.0 Multi-Segment XCMD Shell derived from a well 
  516. tested XCMD product I own .  It provides a number of usefull functions for 
  517. Hypercard developers.  The archive file included in this DL is a compactor 
  518. file containing complete source code; a sample resource file and Hypercard 
  519. stack which uses the XCMD shell. The source code is provided as shareware 
  520. with an appropriate license allowing the user to incorporate it into their 
  521. code at no cost, and encouraging further distribution.  Ah yes, I will
  522. provide some limited support if needed and time permits.
  523.  
  524.  Name  =  C++ CDEV.cpt
  525.  Path =  AMUG CD:Files:Prog:B-C:C++ CDEV.cpt
  526.  Size: 24K         Date: 9/09/91         Version: 
  527.  Description:
  528.  This Compactor Deluxe Archive contains an example of a C++ base class 
  529. (TControlPanel) that implements a control panel device (cdev) and is based 
  530. on the C++/Stand Alone code as described in Develop magazine. Keywords: 
  531. C++, Control Panel, cdev.
  532.  
  533.  Name  =  BarMaid.cpt
  534.  Path =  AMUG CD:Files:Prog:B-C:BarMaid.cpt
  535.  Size: 77K         Date: 9/09/91         Version: 
  536.  Description:
  537.  Choose whether you want a text or graphic window, and select horizontal or 
  538. ertical scroll bars - or both. The BarMaid application will then generate 
  539. Pascal code to operate your scroll bars and scroll the contents of your 
  540. window. Text windows will scroll proportionally as you vary the length of 
  541. your edit record.  Shareware aplication. Compressed with Compact Pro.
  542.  
  543.  Name  =  Ultra Drag1.0b1
  544.  Path =  AMUG CD:Files:Prog:U-Z:Ultra Drag1.0b1
  545.  Size:282K         Date: 9/06/91         Version: 1.0b1
  546.  Description:
  547.  The core functionality for the dragging of color icons is in two units: 
  548. UOffscreenManager and UIconDragging. MNothing, UNothing, and 
  549. UReliefGridView are used in the demonstration example only. Dragging icons 
  550. uses multiple offscreen pixmaps, one for each GDevice,for performance 
  551. reasons, since each GDevice has its own color table and depth. Using one 
  552. pixmap to mirror all GDevices would require QuickDraw to make adjustments 
  553. for these differences when pixmaps are blitted between "incompatible" 
  554. GDevices.  This is very inefficient.Instead, each GDevice has its own 
  555. compatible pixmap that is used whenthe area around the icon intersects that
  556. GDevice.
  557.  
  558.  Name  =  MacHack91entries.cpt
  559.  Path =  AMUG CD:Files:Prog:M:MacHack91entries.cpt
  560.  Size: 20K         Date: 9/06/91         Version: 
  561.  Description:
  562.  This is a HyperCard 2.0 stack describing the MacHack 1991 entries and what 
  563. they do. Interesting System 7.0 application and quick programing at its 
  564. best.
  565.  
  566.  Name  =  Colorhack.cpt
  567.  Path =  AMUG CD:Files:Prog:B-C:Colorhack.cpt
  568.  Size: 20K         Date: 9/06/91         Version: 
  569.  Description:
  570.  The 'ColorHack' color text hack for MPW 3.2 and Symantec C. Written by Ray 
  571. Sanders and by Steve Antonakes at MacHack 1991. This hack implements the 
  572. ability to have your C reserved keywords show up in color on a MacII. The 
  573. requirements are that your machine has Color Quickdraw and 4 or 8 bit color
  574. is turned on.
  575.  
  576.  Name  =  STAND-ALONE GESTALT.CPT
  577.  Path =  AMUG CD:Files:Prog:S:STAND-ALONE GESTALT.CPT
  578.  Size:  3K         Date: 8/28/91         Version: 
  579.  Description:
  580.  A teach text doc to explain how to use stand-alone Gestalt code .. useful
  581. for people who use old compilers without the necessary Gestalt Glue inter-
  582. face. Contains the code module .. GEST resource .. in the resource fork of
  583. the file.
  584.  
  585.  Name  =  Serius Demo.cpt
  586.  Path =  AMUG CD:Files:Prog:S:Serius Demo.cpt
  587.  Size:358K         Date: 8/28/91         Version: 2.0
  588.  Description:
  589.  DEMO of Serius Programmer V2.0. THis is an icon based programming 
  590. environment suitable for those of us that would like to try programming but
  591. cannot deal with the complexity of a "normal" text based language. It is 
  592. simple, quick, and fun. Free but subject to the Serius Corp. Copyright and 
  593. licensing. Uploaded from a demo disk distributed at the recent Expo. Have 
  594. fun! Self-extracting compressed file. Keywords ICON BASED PROGRAMMING Demo.
  595.  
  596.  Name  =  Mac gperf 1.9.cpt
  597.  Path =  AMUG CD:Files:Prog:M:Mac gperf 1.9.cpt
  598.  Size:151K         Date: 8/28/91         Version: 1.9
  599.  Description:
  600.  This is a port of GNU gperf, a program that creates near-minimal perfect 
  601. hash functions from a list of keywords supplied to it. I've provided both 
  602. MPW C and Think C versions (source); the port is minimal, but it works. 
  603. Perfect hash functions are great! Much better than any other general search
  604. technique when the set of keywords is fixed (ie language keywords, Mac 
  605. Toolbox names, etc).
  606.  
  607.  Name  =  YACC.cpt
  608.  Path =  AMUG CD:Files:Prog:U-Z:YACC.cpt
  609.  Size:103K         Date: 8/28/91         Version: 
  610.  Description:
  611.  Yacc: Yet Another Compiler-Compiler. Stephen C. Johnson
  612. Computer program input generally has some structure; in fact, every 
  613. computer program that does input can be thought of as defining an “input 
  614. language” which it accepts. An input language may be as complex as a 
  615. programming language, or as simple as a sequence of numbers. Unfortunately,
  616. usual input facilities are limited, difficult to use, and often are lax 
  617. about checking their inputs for validity. Yacc provides a general tool for 
  618. describing the input to a computer program. 
  619.  
  620.  Name  =  Translate.cpt
  621.  Path =  AMUG CD:Files:Prog:T:Translate.cpt
  622.  Size:  6K         Date: 8/28/91         Version: 
  623.  Description:
  624.  Translate is a dcmd (MacsBug command), which displays information
  625. relative to the way the PMMU will translate virtual addresses into
  626. physical addresses. It is an emulation of the command PTEST, but gives
  627. much more details. It is primarly for people who hack into their computer
  628. or program very subtle things which require physical addresses (anything
  629. that deals with a hardware device for instance). The normal end-user should
  630. not worry about this program. Translate is © Copyright by Alain Raynaud 
  631. (that's me !), but can be copyed angiven freely. I can be reached at 
  632. Alain Raynaud, SUPELEC, Plateau de Moulon, 91192 Gif Sur Yvette Cedex, 
  633. FRANCE. E-Mail: Raynaud@Frese51.Bitnet.
  634.  
  635.  Name  =  Regexp.sea
  636.  Path =  AMUG CD:Files:Prog:Q-R:Regexp.sea
  637.  Size: 43K         Date: 8/28/91         Version: 
  638.  Description:
  639.  By Donald S. Klett, This is a simple port of the regular expression package
  640. as developed by Henry Spencer at the University of Toronto.  All source 
  641. code comments have been retained and the only changes made in the source 
  642. were those needed to compile and execute successfully under THINK C 4.02.As
  643. a reference point, the port was done on a Mac SE with 4MB RAM, running 
  644. 6.0.7 under Multifinder. There are two additional files: regproto.h and 
  645. tryproto.h, which are the function prototype headers.  The source code 
  646. changes involved the addition of #include statements and the conversion of 
  647. int types to long types. 
  648.  
  649.  Name  =  QB Graphics.sea
  650.  Path =  AMUG CD:Files:Prog:Q-R:QB Graphics.sea
  651.  Size: 37K         Date: 8/28/91         Version: 
  652.  Description:
  653.  These are Microsoft Macintosh QuickBASIC programs I developed for a 
  654. class on microcomputer graphics.  The programs cover graphics 
  655. primitives, segmentation, animation techniques, user interface design, 
  656. and 2D and 3D image transformation.  An attempt (!) was made to use good 
  657. code structure, including extensive use of subprograms and documentation 
  658. of potentially-obscure instructions (unlike the examples provided by 
  659. Microsoft!).  I chose to explicitly declare all variables even though 
  660. QuickBASIC doesn't require declaration of non-array variables. © 1991 Ralph
  661. Gonzalez, PO Box 54, Newark, DE 19711, USA.
  662.  
  663.  Name  =  ProtoClip.sea
  664.  Path =  AMUG CD:Files:Prog:N-P:ProtoClip.sea
  665.  Size: 47K         Date: 8/28/91         Version: 
  666.  Description:
  667.  Protoclip by Alex D. Chaffee (chaffee@reed.bitnet, AOL:AlexCh, 
  668. CIS:71210,1117) Copyright © 1991 Alex Chaffee. Permission granted to change
  669. and distribute freely, provided all changes are documented. This FKEY takes
  670. any C source code in the clipboard and converts it into a list of ANSI 
  671. prototypes. The prototyping code is based on a Unix program called mkptypes
  672. by Eric R. Smith (ersmith@uwovax.uwo.ca or @uwovax.bitnet). Since it's in 
  673. the public domain, protoclip is freeware.
  674.  
  675.  Name  =  Patch Ext.sea
  676.  Path =  AMUG CD:Files:Prog:N-P:Patch Ext.sea
  677.  Size: 25K         Date: 8/28/91         Version: 
  678.  Description:
  679.  PATCH EXTENSION for QuicKeys 2(tm). (c) Copyright David Hoerl 1991. 
  680. Abstract: Patch Extension removes the need for system restarts during each 
  681. edit-compile-load-test cycle when developing QuicKeys 2(tm) Extensions. It 
  682. consists of a code resource which temporarily substitutes for your "real" 
  683. execution routine. It's primary purpose is to open and close your "real" 
  684. extension located in a separate resource file (located in the system 
  685. folder) so that your can go through an unlimited number of 
  686. edit-compile-load-test cycles without rebooting your system each time.  
  687.  
  688.  Name  =  MPWPascalTips
  689.  Path =  AMUG CD:Files:Prog:M:MPWPascalTips
  690.  Size: 22K         Date: 8/28/91         Version: 
  691.  Description:
  692.  Includes Tips for MPWPascal from Outside VAMP a Netherlands Programing
  693. BBS. For more  information contact: John Sinteur; lid, Outside VAMP, 
  694. Strawinskypad 82 2324 DB Leiden, 01830 - 24307 (werk) 071 - 317146 (thuis).
  695.  
  696.  Name  =  Lex.cpt
  697.  Path =  AMUG CD:Files:Prog:M:Lex.cpt
  698.  Size:131K         Date: 8/28/91         Version: 
  699.  Description:
  700.  LEX transforms a regular-expression grammar and associated action routines 
  701. into a C function and set of tables, yielding a table-driven lexical 
  702. analyser which manages to be compact and rapid. DECUS Structured Languages 
  703. SIG Version of 30-Oct-82.Charles H. Forsyth, University of Waterloo, 
  704. Waterloo, Ontario, N2L 3G1Canada Revised by Robert B. Denny & Martin Minow.
  705.  
  706.  Name  =  ResEdit 2.1.1.dd.2
  707.  Path =  AMUG CD:Files:Prog:Q-R:ResEdit 2.1.1.dd.2
  708.  Size:200K         Date: 8/04/91         Version: 2.1.1
  709.  Description:
  710.  ResEdit from Apple Computer, version 2.1.1. A change document is included, 
  711. a TeachText file, listing changes and most importantly bug fixes included 
  712. in ResEdit 2.1.1. All software Copyright (C) 1991 Apple Computer Inc. 
  713. unless otherwise noted; all rights reserved. Ths is section 2 of 2 parts. 
  714. Use Disk Doubler 3.7 to join and decompress BOTH sections Resedit211.1 and 
  715. Resedit211.2.
  716.  
  717.  Name  =  SYS7HELPERS.CPT
  718.  Path =  AMUG CD:Files:Prog:S:SYS7HELPERS.CPT
  719.  Size: 23K         Date: 8/04/91         Version: 
  720.  Description:
  721.  You may find these System 7.0 friendly utilities useful as a programmer.
  722. It contains two desk accessories (dfil) and one Control Panel (cdev) for
  723. tracking the new traps, locating low memory globals and hex-binary con-
  724. version. Turn on balloon help for each one for instructions. Keywords: 
  725. Sys7friendly, cdev, dfil. Decompress with Compactor Pro.
  726.  
  727.  Name  =  ResEdit 2.1.1.dd.1
  728.  Path =  AMUG CD:Files:Prog:Q-R:ResEdit 2.1.1.dd.1
  729.  Size:231K         Date: 8/04/91         Version: 2.1.1
  730.  Description:
  731.  ResEdit from Apple Computer, version 2.1.1. A change document is included, 
  732. a TeachText file, listing changes and most importantly bug fixes included 
  733. in ResEdit 2.1.1. All software Copyright (C) 1991 Apple Computer Inc. 
  734. unless otherwise noted; all rights reserved. Ths is section 1 of 2 parts. 
  735. Use Disk Doubler 3.7 to join and decompress BOTH sections Resedit211.1 and 
  736. Resedit211.2.
  737.  
  738.  Name  =  ResEdit 2.1.1 Examples.dd
  739.  Path =  AMUG CD:Files:Prog:Q-R:ResEdit 2.1.1 Examples.dd
  740.  Size: 52K         Date: 8/04/91         Version: 
  741.  Description:
  742.  This file contains examples fror Resedit 2.1.1. All software Copyright (C) 
  743. 1991 Apple Computer Inc. All rights reserved. Use Disk Doubler 3.7 to 
  744. decompress.
  745.  
  746.  Name  =  The 040 on the Mac
  747.  Path =  AMUG CD:Files:Prog:T:The 040 on the Mac
  748.  Size: 13K         Date: 7/28/91         Version: 
  749.  Description:
  750.  Daystar Digital recently released this "White Paper" which outlines the
  751. reasons why Daystar will not release a 68040 accelerator for the Macintosh
  752. until Apple Computer releases a 68040-based Macintosh. Several people have
  753. questioned the contents of this document, and one person at Motorola has
  754. written a rebuttal to this document. Interesting reading if you are 
  755. planning on an accelerator purchase. Also see file Motorolarebu, which is 
  756. the Motorola rebuttal. Keywords: Daystar,Motorola,68040,Accelerator,System 
  757. 7,Radius,Rocket.
  758.  
  759.  Name  =  Motorola rebuttal.cp
  760.  Path =  AMUG CD:Files:Prog:M:Motorola rebuttal.cp
  761.  Size: 27K         Date: 7/28/91         Version: 
  762.  Description:
  763.  In response to Daystar Digital's "White Paper" about the 68040, Motorola
  764. has written this response. Interesting reading. See  The040ontheM for
  765. the Daystar document. Keywords: Motorola,Daystar,68040,Accelerator,System 
  766. 7,Radius,Rocket.
  767.  
  768.  Name  =  TransSkel2p.cpt
  769.  Path =  AMUG CD:Files:Prog:T:TransSkel2p.cpt
  770.  Size: 70K         Date: 7/24/91         Version: 2.0p
  771.  Description:
  772.  Version 2.0 of Paul Dubois' TranSkel program, converted to Pascal. Examples
  773. and documentation included. Compactor file.
  774.  
  775.  Name  =  TransDisplay2p.cpt
  776.  Path =  AMUG CD:Files:Prog:T:TransDisplay2p.cpt
  777.  Size: 37K         Date: 7/24/91         Version: 
  778.  Description:
  779.  Library of Pascal routines for text formatting and display (not editing) in
  780. windows. Used with TranSkel 2.0 -- Pascal. Documentation and examples 
  781. included. Can be used with Think, TML or MPW Pascal. Compactor file.
  782.  
  783.  Name  =  TOILTRSC.cpt
  784.  Path =  AMUG CD:Files:Prog:T:TOILTRSC.cpt
  785.  Size:  8K         Date: 7/24/91         Version: 
  786.  Description:
  787.  This is a complete set of "toilet" resources for those who use RESEDIT. 
  788. it includes string resources to fully update the finder comments. Enjoy!
  789.  
  790.  Name  =  Think Pascal 3.0.2.cpt.#2
  791.  Path =  AMUG CD:Files:Prog:T:Think Pascal 3.0.2.cpt.#2
  792.  Size: 96K         Date: 7/24/91         Version: 3.0.2
  793.  Description:
  794.  Updates Think Pascal to version 3.0.2, compatible with System 7 (including 
  795. System 7 interfaces). Segmented Compact Pro file, part 2 of 2.
  796.  
  797.  Name  =  Think Pascal 3.0.2.cpt.#1
  798.  Path =  AMUG CD:Files:Prog:T:Think Pascal 3.0.2.cpt.#1
  799.  Size:251K         Date: 7/24/91         Version: 3.0.2
  800.  Description:
  801.  Updates Think Pascal to version 3.0.2, compatible with System 7 (including 
  802. System 7 interfaces). Segmented Compact Pro file, part 1 of 2.
  803.  
  804.  Name  =  Think C 4.0.5.cpt.#3
  805.  Path =  AMUG CD:Files:Prog:T:Think C 4.0.5.cpt.#3
  806.  Size:218K         Date: 7/24/91         Version: 4.0.5
  807.  Description:
  808.  Updates Think C to version 4.0.5, compatible with System 7 (including 
  809. System 7 interfaces). Segmented Compact Pro file, part 3 of 3.
  810.  
  811.  Name  =  Think C 4.0.5.cpt.#2
  812.  Path =  AMUG CD:Files:Prog:T:Think C 4.0.5.cpt.#2
  813.  Size:251K         Date: 7/24/91         Version: 4.0.5
  814.  Description:
  815.  Updates Think C to version 4.0.5, compatible with System 7 (including 
  816. System 7 interfaces). Segmented Compact Pro file, part 2 of 3.
  817.  
  818.  Name  =  Think C 4.0.5.cpt.#1
  819.  Path =  AMUG CD:Files:Prog:T:Think C 4.0.5.cpt.#1
  820.  Size:251K         Date: 7/24/91         Version: 4.0.5
  821.  Description:
  822.  Updates Think C to version 4.0.5, compatible with System 7 (including 
  823. System 7 interfaces). Segmented Compact Pro file, part 1 of 3.
  824.  
  825.  Name  =  The Journal.dd
  826.  Path =  AMUG CD:Files:Prog:T:The Journal.dd
  827.  Size: 61K         Date: 7/24/91         Version: 
  828.  Description:
  829.  This is a cdev/INIT/DRVR combination that takes advantage of the journaling
  830. mechanism of the Event Manager (Inside Mac vol I). The archive contains 
  831. full ThinkC source for all components. The code and driver are public 
  832. domain and free... enjoy. Use Disk Doubler 3.7 to decompress.
  833.  
  834.  Name  =  Terminal 2.1 Source Code.cpt
  835.  Path =  AMUG CD:Files:Prog:T:Terminal 2.1 Source Code.cpt
  836.  Size:165K         Date: 7/24/91         Version: 2.1
  837.  Description:
  838.  Think C source code to Terminal 211, a full-featured communications program
  839. with XModem and ZModem file transfers and many other features. Compactor 
  840. file.
  841.  
  842.  Name  =  SurferPlus.dd
  843.  Path =  AMUG CD:Files:Prog:S:SurferPlus.dd
  844.  Size:252K         Date: 7/24/91         Version: 
  845.  Description:
  846.  SurferPlus contains sample Communications Toolbox application and source 
  847. code in C. Use Disk Doubler 3.7 to decompress.
  848.  
  849.  Name  =  StuffIt Engine™.MacWrite.dd
  850.  Path =  AMUG CD:Files:Prog:S:StuffIt Engine™.MacWrite.dd
  851.  Size: 13K         Date: 7/24/91         Version: 
  852.  Description:
  853.  MacWrite document describes the Compactor Engine and how to call it. The 
  854. Compctr Engine allows third party developers to add Stuffing and UnStuffing
  855. to their applications. Developers already using this feature include 
  856. Aladdin, CE Software, Microsoft and even Apple Computer. Use Disk Doubler 
  857. 3.7 to decompress.
  858.  
  859.  Name  =  Stringifier.dd
  860.  Path =  AMUG CD:Files:Prog:S:Stringifier.dd
  861.  Size: 22K         Date: 7/24/91         Version: 
  862.  Description:
  863.  Stringifier is designed to let you import plain old text files into STR# 
  864. resources. The strings in the text files can be separated (delimited) by a 
  865. choice of characters such as carriage returns, tabs, etc.  This allows you 
  866. to manage your strings outside of ResEdit and simply import them into your 
  867. program after making an update. For minor changes you can still use 
  868. ResEdit. Stringifier has a TRUE MAC INTERFACE. If you're using the 
  869. competing program Text->Res you'll enjoy the smoothness and completeness of
  870. Stringifier. Shareware ($12) by Gary Kowalski. Use Disk Doubler 3.7 to 
  871. decompress.
  872.  
  873.  Name  =  StringFunctions.cpt
  874.  Path =  AMUG CD:Files:Prog:S:StringFunctions.cpt
  875.  Size:  4K         Date: 7/24/91         Version: 9/90
  876.  Description:
  877.  Handy Pascal string functions written by Jon Wind include routines to 
  878. create, retrieve and change STR  and STR# resources. Also included are 
  879. string conversion to lower case (including diacriticals) and word 
  880. capitalization. Free. Compactor file.
  881.  
  882.  Name  =  StopWatc.cpt
  883.  Path =  AMUG CD:Files:Prog:S:StopWatc.cpt
  884.  Size: 14K         Date: 7/24/91         Version: 1.1
  885.  Description:
  886.  main purpose of timing and comparing applications and procedures.
  887. StopWatch is a free utility written using Think C 4.0.5.  Its main purpose 
  888. is to make it easier to time and compare applications, procedures and
  889. programs, but it can also be used as an event-logger.  It is primarily
  890. intended for use with MultiFinder, though this is not mandatory. 
  891. The main features are 1)  It will count up or down from a specified time 
  892. 2) It can count in tenths of seconds etc. Compact Pro Archive.
  893.  
  894.  Name  =  sfCL Update.dd
  895.  Path =  AMUG CD:Files:Prog:S:sfCL Update.dd
  896.  Size: 45K         Date: 7/24/91         Version: 
  897.  Description:
  898.  Update to sf Class Library (sfCL) fixes bugs. Use Disk Doubler 3.7 to 
  899. decompress.
  900.  
  901.  Name  =  SERIAL.PAS
  902.  Path =  AMUG CD:Files:Prog:S:SERIAL.PAS
  903.  Size:  3K         Date: 7/24/91         Version: 
  904.  Description:
  905.  Very simple Think Pascal program that shows how to use the serial driver to
  906. transmit data over the modem port. It impeements a trivial terminal 
  907. emulator. Use Disk Doubler 3.7 to decompress.
  908.  
  909.  Name  =  PixelFlipper src.dd
  910.  Path =  AMUG CD:Files:Prog:N-P:PixelFlipper src.dd
  911.  Size: 42K         Date: 7/24/91         Version: 
  912.  Description:
  913.  C source code for Pixel Flipper 1.0.1b2, which allows you to change the 
  914. screen depth of your monitor. Does many functions performed by Apple's 
  915. Monitors cdev without the need for a time-consuming trip to the Conbtrol 
  916. Panel. Has popup menus and  should work with multiple monitors. Mac 
  917. II-series only. Use Disk Doubler 3.7 to decompress.
  918.  
  919.  Name  =  Password.dd
  920.  Path =  AMUG CD:Files:Prog:N-P:Password.dd
  921.  Size:  7K         Date: 7/24/91         Version: 
  922.  Description:
  923.  Pascal example code handles "blind" password entry in a modal dialog. 
  924. Use Disk Doubler 3.7 to decompress.
  925.  
  926.  Name  =  one liners
  927.  Path =  AMUG CD:Files:Prog:N-P:one liners
  928.  Size:  5K         Date: 7/24/91         Version: 
  929.  Description:
  930.  Great collection of brief bits of programming advice and tricks. Compctr 
  931. file. Decompress with Disk Doubler 3.7.
  932.  
  933.  Name  =  NodeCompilerSrc.cpt
  934.  Path =  AMUG CD:Files:Prog:N-P:NodeCompilerSrc.cpt
  935.  Size:  4K         Date: 7/24/91         Version: 
  936.  Description:
  937.  Think C source code for Michael Connick Tabby Node Compiler routines. 
  938. Compactor file.
  939.  
  940.  Name  =  LSC XCMD 2.0.cpt
  941.  Path =  AMUG CD:Files:Prog:M:LSC XCMD 2.0.cpt
  942.  Size: 53K         Date: 7/24/91         Version: 2.0
  943.  Description:
  944.  This is an unofficial conversion of Apple's HyperCard 2.0 XCMD interface to
  945. THINK C 4.0x by Nigel Perry of London. Compact Pro.
  946.  
  947.  Name  =  LinkedList.cpt
  948.  Path =  AMUG CD:Files:Prog:M:LinkedList.cpt
  949.  Size: 46K         Date: 7/24/91         Version: 
  950.  Description:
  951.  Think Pascal source code example of linked lists, dealing with files, the 
  952. operating system, relocatable handles, pointers, memory management and 
  953. more. Compactor file.
  954.  
  955.  Name  =  Inside Mac DA 2.4.cpt
  956.  Path =  AMUG CD:Files:Prog:H-K:Inside Mac DA 2.4.cpt
  957.  Size: 36K         Date: 7/24/91         Version: 2.4
  958.  Description:
  959.  Indexed listing of Mac ROM Toolbox calls accessible from a Desk Accessory. 
  960. Just type the first few letters of the call, then Cut or Copy it to the 
  961. clipboard, ready to Paste into your source code! Version 2.4 US. Written by
  962. Arne Schirmacher of Langen, Germany. Includes Pascal and Assembler source 
  963. code. Free. Compactor file.
  964.  
  965.  Name  =  GNU Chess 3.0.cpt
  966.  Path =  AMUG CD:Files:Prog:D-G:GNU Chess 3.0.cpt
  967.  Size:129K         Date: 7/24/91         Version: 
  968.  Description:
  969.  Macintosh implementation of GNU Chess 3.0, though not by GNU themselves.
  970. It is a very nice Mac-like program, and comes with COMPLETE SOURCES in
  971. Think C 4.0, though it should be usuable with MPW or other C compilers on
  972. the Mac. Worth a look! Compact Pro file.
  973.  
  974.  Name  =  Floating Archive.dd
  975.  Path =  AMUG CD:Files:Prog:D-G:Floating Archive.dd
  976.  Size: 44K         Date: 7/24/91         Version: 
  977.  Description:
  978.  Here is some source for impeementing floating windows. It's very fast and
  979. doesn't experience the slowdown when using Apple routines with many windows
  980. on the desktop. This also includes code for managing the windows and
  981. activating/deactivating windows properly. If you've ever been interested in
  982. using floating windows or are using them now, take a look at this file. 
  983. From Patrick Doane, The Unknown Software Group. Use Disk Doubler 3.7 to 
  984. decompress.
  985.  
  986.  Name  =  Fedit 3.1.cpt
  987.  Path =  AMUG CD:Files:Prog:D-G:Fedit 3.1.cpt
  988.  Size: 28K         Date: 7/24/91         Version: 
  989.  Description:
  990.  Version 3.1 is the last Shareware release of John Mitchell's excellent Mac 
  991. sector editor. Compactor file.
  992.  
  993.  Name  =  Drawing Tips
  994.  Path =  AMUG CD:Files:Prog:D-G:Drawing Tips
  995.  Size:  3K         Date: 7/24/91         Version: 
  996.  Description:
  997.  This is an explanation by Patrick Doane of four different rates of drawing,
  998. their rates, disadvantages and advantages, plus an explanation of
  999. compatability among them. Highly recommended for anyone doing high speed
  1000. animation. Decompress with Disk Doubler 3.7.
  1001.  
  1002.  Name  =  DisAsm.dd
  1003.  Path =  AMUG CD:Files:Prog:D-G:DisAsm.dd
  1004.  Size: 25K         Date: 7/24/91         Version: 
  1005.  Description:
  1006.  A good public domain disassembler for the Macintosh. Use Disk Doubler 3.7 
  1007. to decompress.
  1008.  
  1009.  Name  =  DialogUtils.cpt
  1010.  Path =  AMUG CD:Files:Prog:D-G:DialogUtils.cpt
  1011.  Size:  3K         Date: 7/24/91         Version: 
  1012.  Description:
  1013.  This is a file with a couple of C routines that help when using the Dialog 
  1014. Manager. These routines center dialogs and alerts by using the monitor that
  1015. contains the mouse, and place the dialog in the upper 1/3 of the screen.  
  1016. By Phil Shapiro. Compact Pro.
  1017.  
  1018.  Name  =  DialogMgr.cpt
  1019.  Path =  AMUG CD:Files:Prog:D-G:DialogMgr.cpt
  1020.  Size: 41K         Date: 7/24/91         Version: 
  1021.  Description:
  1022.  A series of Think Pascal objects and methods to manage a dialog. In 
  1023. addition to simple dialog items such as buttons, radio items and check 
  1024. boxes, support is provided for the following: darwing bold ovals around 
  1025. default buttons; groups of radio items, boxed witht itles at top or side of
  1026. group; PopUp menus, adjusted to align with a StaticText item; adjusting 
  1027. List items to exactly display a given number of items; scrolling lists and 
  1028. user items; keyboard equivalents for any radio item, check box or button; 
  1029. change the cursor to an I-beam wen over text items and more. Shareware 
  1030. ($35) written in Think Pascal -- more than 2200 lines of code. Compactor 
  1031. file.
  1032.  
  1033.  Name  =  DA Skeleton 2.0.cpt
  1034.  Path =  AMUG CD:Files:Prog:D-G:DA Skeleton 2.0.cpt
  1035.  Size:  9K         Date: 7/24/91         Version: 2.0
  1036.  Description:
  1037.  Version 2.0 of Michael Conrad's Think Pascal DA Skeleton which considerably
  1038. eases the work of creating a Desk Accessory (Quoter DA was written on the 
  1039. foundation of DA Skeleton 1.0). Compactor file.
  1040.  
  1041.  Name  =  CTherm.cpt
  1042.  Path =  AMUG CD:Files:Prog:B-C:CTherm.cpt
  1043.  Size: 17K         Date: 7/24/91         Version: 
  1044.  Description:
  1045.  CThermometer implements a standard thermometer object which indicates 
  1046. progress of long processes. CThermometer currently has two sublasses: 
  1047. CBarTherm and CPieTherm which fill a bar or a circle by a percentage sent 
  1048. to them. CThermometer checks for Command-period cancellations and its 
  1049. displayed message can be changed at any time. Think Pascal source is 
  1050. included free. Written by Dan Rossman. Compactor file.
  1051.  
  1052.  Name  =  CDlog.dd
  1053.  Path =  AMUG CD:Files:Prog:B-C:CDlog.dd
  1054.  Size: 34K         Date: 7/24/91         Version: 
  1055.  Description:
  1056.  Think Pascal Class Library-compatible class that uses DLOG and DITL 
  1057. resources to create dialogs. Modeless and modal dialogs are supported. 
  1058. Includes example and bug fixes from previous versions. DD 3.7 file.
  1059.  
  1060.  Name  =  Browser 1.0.cpt
  1061.  Path =  AMUG CD:Files:Prog:B-C:Browser 1.0.cpt
  1062.  Size: 16K         Date: 7/24/91         Version: 1.0
  1063.  Description:
  1064.  MacUser programming project lets you open any file and review contents of 
  1065. its resource and/or data forks. Written by Kurt W.G. Matthies. From the 
  1066. 11/90 and 1/91 installments of MacUser's Power Programming column. This is 
  1067. the application only. Compactor file.
  1068.  
  1069.  Name  =  About… 2.0.cpt
  1070.  Path =  AMUG CD:Files:Prog:A:About… 2.0.cpt
  1071.  Size: 43K         Date: 7/24/91         Version: 2.0
  1072.  Description:
  1073.  This THINK Pascal Library lets programmers *easily* add a scrollable text 
  1074. display system, suitable for online help, to any program. New vers (2.0) 
  1075. supports styled text, modeless & modal windows, copy to clipboard, key 
  1076. equivs, a "clickable" icon, & more. Run demo to read docs. Comments 
  1077. welcomed. A $10 SHAREWARE fee gets license & disk with source. Written by 
  1078. Jon Wind [JPWIND]. Compact Pro.
  1079.  
  1080.  Name  =  606+gest.cpt
  1081.  Path =  AMUG CD:Files:Prog:A:606+gest.cpt
  1082.  Size: 21K         Date: 7/24/91         Version: 6.06
  1083.  Description:
  1084.  From the Symantec BBS, this file contains interfaces and source code for 
  1085. the Sound Manager and Gestalt stuff for Think Pascal. For System 6.x, not 
  1086. 7.x. Compactor.
  1087.  
  1088.  Name  =  4Plus 1.4.dd
  1089.  Path =  AMUG CD:Files:Prog:A:4Plus 1.4.dd
  1090.  Size: 83K         Date: 7/24/91         Version: 1.4
  1091.  Description:
  1092.  This is version 1.4 of 4Plus, an INIT that makes editing under THINK C
  1093. easier. It provides extra popup menus for functions & methods, comments,
  1094. and object hierarchy. It also provides many other tools, including a
  1095. "stacked" clipboard. Version 1.4 even includes macro definition
  1096. capabilities. Written by Donald Way. This version is compatible with
  1097. Super Boomerang 2.0.3, although it is not compatible with AltWDEF or
  1098. AltCDEF by Alex Colwell; just tell those utilities to exclude THINK C.
  1099. Shareware $40. Decompress with Disk Doubler 3.7.
  1100.  
  1101.  Name  =  2 Panes.cpt
  1102.  Path =  AMUG CD:Files:Prog:A:2 Panes.cpt
  1103.  Size: 12K         Date: 7/24/91         Version: 
  1104.  Description:
  1105.  Think Class Library spreadsheet-style interface with two panes enclosed by 
  1106. a single window, one scrolling horizontally while the other scrolls 
  1107. vertically. Pascal code and written notes. Compactor file.
  1108.  
  1109.  Name  =  NAOTO HORII ON MAZ
  1110.  Path =  AMUG CD:Files:Prog:N-P:NAOTO HORII ON MAZ
  1111.  Size:  9K         Date: 7/20/91         Version: 
  1112.  Description:
  1113.  This is Natao Horii's response about the MaxAppleZoom expiration date
  1114. situation.  Being a shareware author myself, I can understand his problems
  1115. with finding time to work on version 1.4.  But then his Mac II motherboard
  1116. blew.  Read on for the Rest of the Story... Keywords: natao,horii, 
  1117. mazapplezoom.
  1118.  
  1119.  Name  =  Think-Pascal-7.0.cpt
  1120.  Path =  AMUG CD:Files:Prog:T:Think-Pascal-7.0.cpt
  1121.  Size:331K         Date: 7/13/91         Version: 7
  1122.  Description:
  1123.  Think Pascal libraries and interfaces necessary to take advantage of
  1124. the Sys7 toolbox calls. Keywords: think,pascal,sys7,libraries.
  1125.  
  1126.  Name  =  Small Talk.dd
  1127.  Path =  AMUG CD:Files:Prog:S:Small Talk.dd
  1128.  Size: 54K         Date: 7/05/91         Version: 
  1129.  Description:
  1130.  Small Talk.dd is one of the early programing languages available for the 
  1131. Macintosh. Decompress using DD 3.7.
  1132.  
  1133.  Name  =  DU Course Descriptions
  1134.  Path =  AMUG CD:Files:Prog:D-G:DU Course Descriptions
  1135.  Size:  8K         Date: 6/27/91         Version: 
  1136.  Description:
  1137.  DU Course Descriptions contains DEVELOPER UNIVERSITY COURSE DESCRIPTIONS
  1138. of all classes available.
  1139.  
  1140.  Name  =  ResEdit7.0TMPLs.cpt
  1141.  Path =  AMUG CD:Files:Prog:Q-R:ResEdit7.0TMPLs.cpt
  1142.  Size:  4K         Date: 6/17/91         Version: 7.0
  1143.  Description:
  1144.  This file contains System 7.0 templates for Resedit. Compressed in Compctr 
  1145. format.
  1146.  
  1147.  Name  =  TrueType™ Test Tool.dd
  1148.  Path =  AMUG CD:Files:Prog:T:TrueType™ Test Tool.dd
  1149.  Size:573K         Date: 5/25/91         Version: 1.24
  1150.  Description:
  1151.  This file contains Flirt 1.24 for testing fonts and as a programer tool for
  1152. font development.
  1153.  
  1154.  Name  =  THINK Pascal 3.0.2 Update.dd
  1155.  Path =  AMUG CD:Files:Prog:T:THINK Pascal 3.0.2 Update.dd
  1156.  Size: 19K         Date: 5/25/91         Version: 
  1157.  Description:
  1158.  THINK Pascal 3.0.2 Update direct from Symantec for System 7.0 
  1159. compatability.
  1160.  
  1161.  Name  =  THINK C 4.0.5 Update.dd
  1162.  Path =  AMUG CD:Files:Prog:T:THINK C 4.0.5 Update.dd
  1163.  Size: 59K         Date: 5/25/91         Version: 
  1164.  Description:
  1165.  THINK C 4.0.5 Update direct from Symantec for System 7.0 
  1166. compatability.
  1167.  
  1168.  Name  =  BalloonWriter.dd
  1169.  Path =  AMUG CD:Files:Prog:B-C:BalloonWriter.dd
  1170.  Size:239K         Date: 5/25/91         Version: 
  1171.  Description:
  1172.  This file allows programers to write Balloon help into their programs. 
  1173. BalloonWriter.dd uses Disk Doubler to decompress.
  1174.  
  1175.  Name  =  TC Prog Guide.cpt
  1176.  Path =  AMUG CD:Files:Prog:T:TC Prog Guide.cpt
  1177.  Size:156K         Date: 5/17/91         Version: 
  1178.  Description:
  1179.  Think C guide hypercard stack
  1180.  
  1181.  Name  =  Think/macsbug ƒ.dd
  1182.  Path =  AMUG CD:Files:Prog:T:Think/macsbug ƒ.dd
  1183.  Size:  8K         Date: 4/28/91         Version: 
  1184.  Description:
  1185.  This file contains Resedit templates to help you work with Think C and 
  1186. Macsbugs more effectively.
  1187.  
  1188.  Name  =  Resorcerer1.0 Demo.cpt
  1189.  Path =  AMUG CD:Files:Prog:Q-R:Resorcerer1.0 Demo.cpt
  1190.  Size:377K         Date: 4/28/91         Version: 1.0
  1191.  Description:
  1192.  This file contains a demonstration version of Resourcerer. This program is 
  1193. a replacement for Resedit and performs a wide variety of functions. The 
  1194. retail version is $295. This demonstration does everything except save to 
  1195. disk. Compactor format.
  1196.  
  1197.  Name  =  Using ResEdit ƒ.dd
  1198.  Path =  AMUG CD:Files:Prog:U-Z:Using ResEdit ƒ.dd
  1199.  Size:285K         Date: 3/31/91         Version: 
  1200.  Description:
  1201.  Using ResEdit ƒ.dd is a Resedit trainer titled Using ResEdit by Joe Brower,
  1202. MacSolutions Senior Consultant 1987. This information covers basic 
  1203. resources and uses for Rededt and you. In Word and MacWrite format. Use 
  1204. Disk Doubler 3.1 to expand.
  1205.  
  1206.  Name  =  7.0compat.dd
  1207.  Path =  AMUG CD:Files:Prog:A:7.0compat.dd
  1208.  Size: 13K         Date: 3/30/91         Version: 
  1209.  Description:
  1210.  This text file prepared by Alex Lau of the BMUG BBS, in response to the 
  1211. needs of users who want this information. This info gives you system 7.0 
  1212. compatability listings. Keywords: System 7, Excel, text, Compatibility.
  1213. Use Disk Doubler 3.1 to expand.
  1214.  
  1215.  Name  =  ColorCollect.p
  1216.  Path =  AMUG CD:Files:Prog:B-C:ColorCollect.p
  1217.  Size: 16K         Date: 2/23/91         Version: 
  1218.  Description:
  1219.  This is a program that was sent to me by Apple Developer Technical
  1220. Services in response to a request for help. Dernit, I have already trashed
  1221. the collateral files they sent; but this Pascal code has all the important
  1222. stuff. This program builds a color table and then reads a PICT file,\
  1223. extracting colors from the PICT and inserting them into the color table.
  1224. It then assigns that color table to the current gdevice. The method used
  1225. is elliptical, to say the least -- but how else can you cope with PICTs?
  1226. Keywords: CLUT, PICT, color
  1227.  
  1228.  Name  =  About GCC/GNU Compiler
  1229.  Path =  AMUG CD:Files:Prog:A:About GCC/GNU Compiler
  1230.  Size:  6K         Date: 2/02/91         Version: 
  1231.  Description:
  1232.  This is the read me file for the MPW(tm) port of the GNU C compiler GCC.  I
  1233. highly suggest you read this before downloading the compiler.
  1234. This is not an official product of Apple Computer!  MPW GCC was developed 
  1235. to support Advanced Technology Group research efforts, and was deemed 
  1236. sufficiently useful to be made available to a wider audience.  If you use 
  1237. this compiler, you should be prepared to support it yourself (full sources 
  1238. are included). Keywords: MPW,GCC,Gnu,FSF,C,Compiler,ATG
  1239.  
  1240.  Name  =  MPWGCC (Sources).cpt
  1241.  Path =  AMUG CD:Files:Prog:M:MPWGCC (Sources).cpt
  1242.  Size:826K         Date: 2/02/91         Version: 
  1243.  Description:
  1244.  This Compactor archive contains the source files for the MPW(tm) port 
  1245. of the GNU C compiler GCC. I highly suggest you read the file "about 
  1246. GCC/GNU compiler" before downloading this. This is not an official product 
  1247. of Apple Computer!  MPW GCC was developed to support Advanced Technology 
  1248. Group research efforts, and was deemed sufficiently useful to be made 
  1249. available to a wider audience.  If you use this compiler, you should be 
  1250. prepared to support it yourself (full sources are included). Keywords: 
  1251. MPW,GCC,Gnu,C,Compiler,FSF,ATG
  1252.  
  1253.  Name  =  MPWGCC (Misc).cpt
  1254.  Path =  AMUG CD:Files:Prog:M:MPWGCC (Misc).cpt
  1255.  Size:581K         Date: 2/02/91         Version: 
  1256.  Description:
  1257.  This Compctr archive contains miscellaneous source files for the MPW(tm) 
  1258. portof the GNU C compiler GCC.  These are needed in order to have GCC 
  1259. compilitself.I highly suggest you read the file "about GCC/GNU compiler" 
  1260. before downloading this.This is not an official product of Apple Computer! 
  1261. MPW GCC was developed to support Advanced Technology Group research 
  1262. efforts, and was deemed sufficiently useful to be made available to a wider
  1263. audience.  If you use this compiler, you should be prepared to support it 
  1264. yourself (full sources are included). Keywords: MPW,Gnu,C,GCC,Compiler,FSF 
  1265.  
  1266.  Name  =  MPWGCC (Min).cpt
  1267.  Path =  AMUG CD:Files:Prog:M:MPWGCC (Min).cpt
  1268.  Size:661K         Date: 2/02/91         Version: 
  1269.  Description:
  1270.  This Compctr archive contains the minimum files needed for the MPW(tm) port
  1271. of the GNU C compiler GCC. I highly suggest you read the file about GCC/GNU
  1272. complier before downloading this. This is not an official product of Apple 
  1273. Computer! MPW GCC was developed to support Advanced Technology Group 
  1274. research efforts, and was deemed sufficiently useful to be made available 
  1275. to a wider audience.  If you use this of this compiler you should be 
  1276. prepared to support it yourself (full sources are included). Compctr is apt
  1277. to report a problem with the resource fork of the BUGS and INSTALLING GCC 
  1278. files when extracting. Since these both are text files, this can be 
  1279. disregarded.
  1280.  
  1281.  Name  =  MPWGCC (Machines).cpt
  1282.  Path =  AMUG CD:Files:Prog:M:MPWGCC (Machines).cpt
  1283.  Size:741K         Date: 2/02/91         Version: Machine
  1284.  Description:
  1285.  This Compctr archive contains source files for the MPW(tm) port of the GNU 
  1286. C compiler GCC.  These are needed in order to port GCC to other machines.
  1287. I highly suggest you read the file "about GCC/GNU compiler" before 
  1288. downloading this. This is not an official product of Apple Computer!  MPW 
  1289. GCC was developed to support Advanced Technology Group research efforts, 
  1290. and was deemed sufficiently useful to be made available to a wider 
  1291. audience.  If you use this compiler, you should be prepared to support it 
  1292. yourself (full sources are included). Keywords: MPW,GCC,Gnu,C,Compiler.
  1293.  
  1294.  Name  =  MPWGCC (Docs).cpt
  1295.  Path =  AMUG CD:Files:Prog:M:MPWGCC (Docs).cpt
  1296.  Size:393K         Date: 2/01/91         Version: 
  1297.  Description:
  1298.  This Compactor archive contains the document files for the MPW(tm) port
  1299. of the GNU C compiler GCC. I highly suggest you read the file "MPWGCC Read 
  1300. Me" before downloading this. This is not an official product of Apple 
  1301. Computer! MPW GCC was developed to support Advanced Technology Group 
  1302. research efforts, and was deemed sufficiently useful to be made available 
  1303. to a wider audience.  If you use this compiler, you should be prepared to 
  1304. support it yourself (full sources are included).
  1305.  
  1306.  Name  =  Prograph Tour.dd.2
  1307.  Path =  AMUG CD:Files:Prog:N-P:Prograph Tour.dd.2
  1308.  Size:377K         Date: 1/31/91         Version: 
  1309.  Description:
  1310.  This DD3.1 split file 2 of 2 contains an “Auto-UnCompactor” file with the 
  1311. Prograph “Guided Tour Demo”.  To install the Prograph demo,  double-click 
  1312. on “PrographTour.sit” to  begin the process of decompressing the files.  
  1313. You will be asked where you want the files to go.  A folder called 
  1314. "Prograph Demo ƒ" will be created there, containing the “Prograph 1.2 
  1315. Guided Tour Demo” HyperCard stack.  Please note that the “Tapes” folder 
  1316. should be kept as is within the “Prograph Demo ƒ”.
  1317.  
  1318.  Name  =  Prograph Tour.dd.1
  1319.  Path =  AMUG CD:Files:Prog:N-P:Prograph Tour.dd.1
  1320.  Size:382K         Date: 1/31/91         Version: 
  1321.  Description:
  1322.  This DD3.1 split file 1 of 2 contains an “Auto-UnCompactor” file with the 
  1323. Prograph “Guided Tour Demo”.  To install the Prograph demo,  double-click 
  1324. on “PrographTour.sit” to  begin the process of decompressing the files.  
  1325. You will be asked where you want the files to go.  A folder called 
  1326. "Prograph Demo ƒ" will be created there, containing the “Prograph 1.2 
  1327. Guided Tour Demo” HyperCard stack.  Please note that the “Tapes” folder 
  1328. should be kept as is within the “Prograph Demo ƒ”.
  1329.  
  1330.  Name  =  UserLand IAC Demokit.dd
  1331.  Path =  AMUG CD:Files:Prog:U-Z:UserLand IAC Demokit.dd
  1332.  Size:233K         Date: 1/31/91         Version: 
  1333.  Description:
  1334.  This is a demo versionof UserLand Toolkit which allows application hooks in
  1335. 7.0. Two versions of the Toolkit are available.  The basic development 
  1336. system, $395 (suggested retail price), includes the system software INIT 
  1337. for System 6 Macintoshes, the Toolkit library for THINK C and MPW C, the 
  1338. full C source to four IAC-aware applications and complete documentation 
  1339. with step-by-step instructions for adding IAC to your project.  As of this 
  1340. writing, the Toolkit is available only direct from UserLand Software, but 
  1341. we expect to offer it thru retail and APDA in the very near future.
  1342.  
  1343.  Name  =  add images.cpt
  1344.  Path =  AMUG CD:Files:Prog:A:add images.cpt
  1345.  Size: 50K         Date: 1/29/91         Version: 
  1346.  Description:
  1347.  The purpose of this program is to read in two images and display the 
  1348. additive result of the two images - using any of the documented
  1349. color quickdraw modes (the old quickdraw copybits modes may also be
  1350. used, but the end result is not very pretty).  The two source images can
  1351. be offset from each other using the scroll bars on the source image 
  1352. windows.
  1353.  
  1354.  Name  =  resedpmr.cpt
  1355.  Path =  AMUG CD:Files:Prog:Q-R:resedpmr.cpt
  1356.  Size:211K         Date: 1/26/91         Version: 6.0
  1357.  Description:
  1358.  This is Resedit Primer version 6.0 for use with resedit version 2.1.
  1359.  
  1360.  Name  =  MacOberon.cpt
  1361.  Path =  AMUG CD:Files:Prog:M:MacOberon.cpt
  1362.  Size:489K         Date: 1/15/91         Version: 
  1363.  Description:
  1364.  Oberon simultaneously refers to a modular, extensible operating system and 
  1365. an object_oriented programming language developed for implementing it.  
  1366. Both were conceived originally for the Ceres personal workstation, but have
  1367. since been implemented on a number of other machine architectures using a 
  1368. portable compiler front_end as a common starting point.  The Oberon 
  1369. language is the direct successor of Pascal and Modula-2 and was developed 
  1370. by the same designer, Prof. Dr. Niklaus Wirth. MacOberon is a complete 
  1371. implementation of the Oberon language and operating system for Apple 
  1372. Macintosh II computers. It is built on top of the existing Macintosh 
  1373. operating system and runs as a single process in a MultiFinder environment.
  1374.  
  1375.  Name  =  Bugs Simulation.cpt
  1376.  Path =  AMUG CD:Files:Prog:B-C:Bugs Simulation.cpt
  1377.  Size: 20K         Date: 1/06/91         Version: 
  1378.  Description:
  1379.  This archive contains the source, and executable for an application which 
  1380. shows off a LIFE-like simulation called 'Bugs' which was described in a 
  1381. Scientific American article.  Provides a number of options as to how the 
  1382. 'bugs' will feed. Keywords: Bugs, C, Think C, simulation
  1383.  
  1384.  Name  =  acur Picker.cpt
  1385.  Path =  AMUG CD:Files:Prog:A:acur Picker.cpt
  1386.  Size:  6K         Date: 1/06/91         Version: 
  1387.  Description:
  1388.  This Compactor file contains an animated cursor ('acur' resource) picker
  1389. for ResEdit 2.1. Displays the cursors referenced in the 'acur' in a list,
  1390. similar to a 'PAT#' resource. If you use ResEdit often, this picker is
  1391. a must.
  1392.  
  1393.  Name  =  MacinTalk1.31.cpt
  1394.  Path =  AMUG CD:Files:Prog:M:MacinTalk1.31.cpt
  1395.  Size: 83K         Date:12/17/90         Version: 1.31
  1396.  Description:
  1397.  Around the time of the Macintosh II introduction, Apple made a single hack 
  1398. to MacinTalk to remove self-modifying code which caused a problem for 
  1399. 68020-based machines.  This modified version, known as 1.31, was available 
  1400. from APDA with the warning that “Apple does not provide any support for 
  1401. MacinTalk.  Not even to Apple Certified Developers.”  While this warning is
  1402. still true and APDA continues to sell MacinTalk 1.31 as a “Class 3” 
  1403. product, the official Apple position about it is:  “Apple Computer, Inc. 
  1404. does not recommend that you use Class 3 products for developing commercial 
  1405. software—they are intended for your personal enjoyment only.”
  1406.  
  1407.  Name  =  HeaderFKEY 1.0a7.cpt
  1408.  Path =  AMUG CD:Files:Prog:H-K:HeaderFKEY 1.0a7.cpt
  1409.  Size: 14K         Date:12/10/90         Version: 1.0a7
  1410.  Description:
  1411.  This is version 1.0a7 of Header FKEY, a FKEY that creates nicely
  1412. formatted functino comment headers. This version has more options,
  1413. a preview mode, and should work with Think C 100%. It also works with
  1414. MPW, except that it doesn't import from MPW yet (nor from Think C,
  1415. that's coming next). This FKEY makes the job of writing comment headers
  1416. for your code much more pleasant. I use it all the time now. You should
  1417. too! (Shareware, source code available ).
  1418.  
  1419.  Name  =  C Quick Reference 1.0.cpt
  1420.  Path =  AMUG CD:Files:Prog:B-C:C Quick Reference 1.0.cpt
  1421.  Size: 10K         Date:12/10/90         Version: 1.0
  1422.  Description:
  1423.  A free DisplayDA for quick reference of c types, sizes, ansi, 
  1424. preprocessors, character constants, operator precedence, and more...
  1425. Keywords: c,da,reference,help,thinkc,programming,lsc
  1426.  
  1427.  Name  =  Copywrite
  1428.  Path =  AMUG CD:Files:Prog:B-C:Copywrite
  1429.  Size: 36K         Date:12/02/90         Version: 
  1430.  Description:
  1431.  This booklet is a programmer's guide to copyrighting software.  Written by 
  1432. a programmer/attorney, it contains step-by-step instructions how to fill 
  1433. out the  offical application form TX, and what, where and how much to send 
  1434. to the  Copyright Office.  Also has a good chapter on computer law basics. 
  1435. Shareware. Keywords: Copyright, Law, Software, TX Form, Protection, Trade
  1436.  
  1437.  Name  =  System 6.0.7 Changes.cpt
  1438.  Path =  AMUG CD:Files:Prog:S:System 6.0.7 Changes.cpt
  1439.  Size:  3K         Date:10/31/90         Version: 
  1440.  Description:
  1441.  This small text file contains a list of the more important changes Apple
  1442. Computer has made in System 6.0.7. Compactor file Keywords: 
  1443. Apple,Changes,6.0.7
  1444.  
  1445.  Name  =  ABZmon.cpt
  1446.  Path =  AMUG CD:Files:Prog:A:ABZmon.cpt
  1447.  Size: 69K         Date:10/20/90         Version: 
  1448.  Description:
  1449.  This is a debugger to be used like MacsBug, but it uses a much more 
  1450. Mac-like user interface.  It seems to be pretty stable.  It's free! The 
  1451. author does not ask for any shareware fees or other contributions. Once 
  1452. you've used it, you'll never want to go back to MacsBug! Keywords: debugger
  1453. MacsBug ABZmon
  1454.  
  1455.  Name  =  ThP301.cpt
  1456.  Path =  AMUG CD:Files:Prog:T:ThP301.cpt
  1457.  Size: 46K         Date:10/03/90         Version: 
  1458.  Description:
  1459.  Think Pascal upgrade to v3.0.1.
  1460.  
  1461.  Name  =  ThinkC 4.0.2 Update.cpt
  1462.  Path =  AMUG CD:Files:Prog:T:ThinkC 4.0.2 Update.cpt
  1463.  Size: 85K         Date:10/03/90         Version: 
  1464.  Description:
  1465.  Think C 4.0.2 update.
  1466.  
  1467.  Name  =  LSC3 REVIEW
  1468.  Path =  AMUG CD:Files:Prog:M:LSC3 REVIEW
  1469.  Size: 11K         Date:10/03/90         Version: 
  1470.  Description:
  1471.  A review of Light Speed C 3.0.
  1472.  
  1473.  Name  =  Heiarchical Menus
  1474.  Path =  AMUG CD:Files:Prog:H-K:Heiarchical Menus
  1475.  Size:  8K         Date:10/03/90         Version: 
  1476.  Description:
  1477.  Hierachical Menus programing.
  1478.  
  1479.  Name  =  MacApp Conference Set for
  1480.  Path =  AMUG CD:Files:Prog:M:MacApp Conference Set for
  1481.  Size:  5K         Date: 8/31/90         Version: 
  1482.  Description:
  1483.  Everett, WA--August 28, 1990--The MacApp Developers Association, the 
  1484. national organization for programmers using Apple’s MacApp application 
  1485. framework, has announced the site for their second annual MacApp 
  1486. Conference.  The 1991 conference will be held in Phoenix, Arizona, February
  1487. 4 - 8, 1991, at the Holiday Inn Park Central. Official designation for the 
  1488. conference is “Phoenix ’91 MacApp Conference.” The conference is sponsored 
  1489. by the Association, with the cooperation of Apple Computer, Inc.
  1490.  
  1491.  Name  =  Trash Exchange.cpt
  1492.  Path =  AMUG CD:Files:Prog:T:Trash Exchange.cpt
  1493.  Size:  6K         Date: 8/04/90         Version: 
  1494.  Description:
  1495.  This small program helps you design and then install custom icons. Helps to
  1496. have some experience with ResEdit. Documentation included, 
  1497. Compactor-format.
  1498.  
  1499.  Name  =  Super Slider CDEF v1.03.cpt
  1500.  Path =  AMUG CD:Files:Prog:S:Super Slider CDEF v1.03.cpt
  1501.  Size: 57K         Date: 7/21/90         Version: 
  1502.  Description:
  1503.  I fixed many bugs. It seems to be bulletproof.  I'll regret saying that...
  1504. --Chris Marshall c/o VON.EGGER, AL:MARSHALL.CHR, 
  1505. (301)340-4573,(301)990-7773 Keywords:
  1506. CDEF,DEFPROC,CUSTOM,PROCEDURE,SLIDER,CONTROL,CONTROLS,MARSHALL,DEFINITION
  1507.  
  1508.  Name  =  SUPERSPOOL MOD.TXT
  1509.  Path =  AMUG CD:Files:Prog:S:SUPERSPOOL MOD.TXT
  1510.  Size:  5K         Date: 6/17/90         Version: 
  1511.  Description:
  1512.  This document describes fixes to SuperSpool and SuperLaserSpool which
  1513. will cure several problems. (1) Cures Flashing cursor problem with 
  1514. WriteNow. (2) Cures problem wher DA print utilities would not print.  (3) 
  1515. Cures problem where SuperSpool/SuperLaserSpool would crash in Multifinder. 
  1516. (4) Cures problem of SuperSpool causing System Heap corruption at boot 
  1517. time.
  1518.  
  1519.  Name  =  Anim Cursor.cpt
  1520.  Path =  AMUG CD:Files:Prog:A:Anim Cursor.cpt
  1521.  Size: 52K         Date: 6/02/90         Version: 
  1522.  Description:
  1523.  Source code to animate cursors.
  1524.  
  1525.  Name  =  Bison-TC.cpt
  1526.  Path =  AMUG CD:Files:Prog:B-C:Bison-TC.cpt
  1527.  Size:132K         Date: 6/02/90         Version: 
  1528.  Description:
  1529.  This is the source code for GNU Bison YACC.  It doesn't have a pretty Mac
  1530. interface yet.  Maybe someone will give it a face lift...
  1531.  
  1532.  Name  =  CArrangeList 1.01ß.cpt
  1533.  Path =  AMUG CD:Files:Prog:B-C:CArrangeList 1.01ß.cpt
  1534.  Size:  9K         Date: 6/02/90         Version: 
  1535.  Description:
  1536.  An list object for Think C that allows you to rearrange the order of the
  1537. elements.
  1538.  
  1539.  Name  =  Color Window.cpt
  1540.  Path =  AMUG CD:Files:Prog:B-C:Color Window.cpt
  1541.  Size: 32K         Date: 6/02/90         Version: 
  1542.  Description:
  1543.  Source code for an application that uses color for the title bar, scroll
  1544. bars, interior... of it's windows.  Even though the colors lack taste, this
  1545. is a good example of some things that can be done.
  1546.  
  1547.  
  1548.  Name  =  MARQUEE.PAS
  1549.  Path =  AMUG CD:Files:Prog:M:MARQUEE.PAS
  1550.  Size:  4K         Date: 6/02/90         Version: 
  1551.  Description:
  1552.  MPW Pascal source code for a simple program that demonstrates how to
  1553. create a "marching ants" marquee.  To use this code in THINK Pascal, just
  1554. delete the "uses" clause.  Written by John Jeppson.
  1555.  
  1556.  Name  =  RR/Tabby Source Code.cpt
  1557.  Path =  AMUG CD:Files:Prog:Q-R:RR/Tabby Source Code.cpt
  1558.  Size: 64K         Date: 5/29/90         Version: 
  1559.  Description:
  1560.  Source Code for Import 2.55, Export 3.21, Mantissa 1.0 and Sundail 2.1.
  1561. Illustrates various methods used to manipulate Second/Sight and Tabby
  1562. data.  Demonstates Block Reads, use of Indexes & STR's amoung other things.
  1563. Excellent material for the sysop who is just starting out in writing
  1564. BBS utilities.  Hopefully, these will prevent you from re-inventing the
  1565. wheel. Good luck and Hope see a flood of new utilities in the near future.
  1566. Keywords: Source,Tabby,SS,Lininger,Import,Export>
  1567.  
  1568.  Name  =  May MacUser Program.cpt
  1569.  Path =  AMUG CD:Files:Prog:M:May MacUser Program.cpt
  1570.  Size: 38K         Date: 4/29/90         Version: 
  1571.  Description:
  1572.  THINK C source code and project file for the mini Generic App program
  1573. featured in MacUser Power Programming, May 1990.
  1574. Keywords: MacUser, THINK, C, shell, generic
  1575.  
  1576.  Name  =  Thinkcup.cpt
  1577.  Path =  AMUG CD:Files:Prog:T:Thinkcup.cpt
  1578.  Size: 84K         Date: 3/24/90         Version: 
  1579.  Description:
  1580.  Thinkcup.sit is the upgrade for Think C.
  1581.  
  1582.  Name  =  Programming oportunities
  1583.  Path =  AMUG CD:Files:Prog:N-P:Programming oportunities
  1584.  Size:  3K         Date: 3/24/90         Version: 
  1585.  Description:
  1586.  looking for ambitious developers to join up with me in marketing CallXCmd
  1587. externals. My quest is to add XCMD support to as many environments as 
  1588. possible. I am looking for developers who can develop CallXCmd externals 
  1589. for various programming environments (such as Prolog). Of course the 
  1590. development of the external would be a joint effort between the programmer 
  1591. and Cybersoft.
  1592.  
  1593.  Name  =  NoTrash!.cpt
  1594.  Path =  AMUG CD:Files:Prog:N-P:NoTrash!.cpt
  1595.  Size: 41K         Date: 3/18/90         Version: 
  1596.  Description:
  1597.  A couple alternate Trash ICN#s and sounds whipped up by Erik Ohlin and
  1598. distributed as UNDERware.
  1599.  
  1600.  Name  =  GasGauge.cpt
  1601.  Path =  AMUG CD:Files:Prog:D-G:GasGauge.cpt
  1602.  Size:  7K         Date: 3/11/90         Version: 
  1603.  Description:
  1604.  GasGauge.sit is a CDEV program for a gas guage icon.
  1605.  
  1606.  Name  =  fsearch.cpt
  1607.  Path =  AMUG CD:Files:Prog:D-G:fsearch.cpt
  1608.  Size: 13K         Date: 2/05/90         Version: 
  1609.  Description:
  1610.  This is a fast search tool for MPW.
  1611.  
  1612.  Name  =  QDPat.cpt
  1613.  Path =  AMUG CD:Files:Prog:Q-R:QDPat.cpt
  1614.  Size: 64K         Date: 1/29/90         Version: 
  1615.  Description:
  1616.  This is the complete source code for Quick Draw Pattern.  This was done
  1617. using Think Pascal.
  1618.  
  1619.  Name  =  min891212
  1620.  Path =  AMUG CD:Files:Prog:M:min891212
  1621.  Size: 21K         Date: 1/27/90         Version: 
  1622.  Description:
  1623.  These are minutes of the Dec. 89 NuBus standard committee meeting with 
  1624. Apple Computer.
  1625.  
  1626.  Name  =  Monitor.cpt
  1627.  Path =  AMUG CD:Files:Prog:M:Monitor.cpt
  1628.  Size: 11K         Date: 1/14/90         Version: 
  1629.  Description:
  1630.  Monitor.sit is a program for monitoring the serial ports of the Mac.
  1631.  
  1632.  Name  =  ColorBits 1.0.cpt
  1633.  Path =  AMUG CD:Files:Prog:B-C:ColorBits 1.0.cpt
  1634.  Size: 40K         Date: 1/14/90         Version: 1.0
  1635.  Description:
  1636.  ColorBits 1.0.sit is a Color Icon editor.
  1637.  
  1638.  Name  =  hierDA Comments
  1639.  Path =  AMUG CD:Files:Prog:H-K:hierDA Comments
  1640.  Size: 30K         Date: 1/14/90         Version: 0.001
  1641.  Description:
  1642.  This is final installer application that allows the user to remove the
  1643. Startup Icon that appears when using hierDA (AKA DA menuz).  It was quite
  1644. complex, since the icon and its INIT is locked.  Any normal attempt at
  1645. removing it would result in a System crash.  Now you can safely remove it
  1646. and even re-install it at your descretion, not the creator's.  Have fun, I 
  1647. did!
  1648.  
  1649.  Name  =  MacRecorder® HackersToolkit.cpt
  1650.  Path =  AMUG CD:Files:Prog:M:MacRecorder® HackersToolkit.cpt
  1651.  Size: 19K         Date:12/24/89         Version: 
  1652.  Description:
  1653.  MacRecorder HackersToolkit.sit is a programers guide ti using calls to 
  1654. MacRecorder.
  1655.  
  1656.  Name  =  SADMACCODES
  1657.  Path =  AMUG CD:Files:Prog:S:SADMACCODES
  1658.  Size:  4K         Date:12/24/89         Version: 
  1659.  Description:
  1660.  A text file describing the Sad Mac codes.
  1661.  
  1662.  Name  =  GifFormat.TXT
  1663.  Path =  AMUG CD:Files:Prog:D-G:GifFormat.TXT
  1664.  Size: 44K         Date:12/11/89         Version: 
  1665.  Description:
  1666.  This text file explains the GIF, LZH, ZOO and many other formats in detail.
  1667.  
  1668.  Name  =  simp3d.cpt
  1669.  Path =  AMUG CD:Files:Prog:S:simp3d.cpt
  1670.  Size:  7K         Date:12/06/89         Version: 
  1671.  Description:
  1672.  This is a simple 3D program originally written for the IBM pc. Athough 
  1673. simple, it does show the basic ideas of 3D object representation. written
  1674. in BASIC.
  1675.  
  1676.  Name  =  Jaws.cpt
  1677.  Path =  AMUG CD:Files:Prog:H-K:Jaws.cpt
  1678.  Size:  3K         Date:11/13/89         Version: 
  1679.  Description:
  1680.  Jaws.sit is a Jaws Icon.
  1681.  
  1682.  Name  =  Weaver.cpt
  1683.  Path =  AMUG CD:Files:Prog:U-Z:Weaver.cpt
  1684.  Size: 18K         Date:10/27/89         Version: 
  1685.  Description:
  1686.  Programers C4.0 utility.
  1687.  
  1688.  Name  =  Quick Draw Patterns
  1689.  Path =  AMUG CD:Files:Prog:Q-R:Quick Draw Patterns
  1690.  Size: 11K         Date:10/25/89         Version: 1.0
  1691.  Description:
  1692.  This is an application that generates mathematically calculated geometric
  1693. shapes of your choosing in random patterns on the screen.  Fun to watch! 
  1694. It was created by myself as an exercise in writing Macintosh software. 
  1695. Enjoy!  Edward E Packer.
  1696.  
  1697.  Name  =  TileCDEF.cpt
  1698.  Path =  AMUG CD:Files:Prog:T:TileCDEF.cpt
  1699.  Size: 13K         Date:10/09/89         Version: 
  1700.  Description:
  1701.  TileCDEF.sit - Turbo pascal Tile CDEF resource for writting buttons similar
  1702. to Hypercards with icins. This version works with 32 bit color and runs on 
  1703. system 7.0.
  1704.  
  1705.  Name  =  RezTag.cpt
  1706.  Path =  AMUG CD:Files:Prog:Q-R:RezTag.cpt
  1707.  Size: 16K         Date:10/01/89         Version: 
  1708.  Description:
  1709.  RezTag.sit - allows you to view resources in system and finder files.
  1710.  
  1711.  Name  =  How to use z/y/z Modem w/RR
  1712.  Path =  AMUG CD:Files:Prog:H-K:How to use z/y/z Modem w/RR
  1713.  Size:  4K         Date:10/01/89         Version: 
  1714.  Description:
  1715.  How to use z/y/z Modem w/RR is a text file about how to implement 
  1716. programing with x/y/z modem protocols.
  1717.  
  1718.  Name  =  Sams.cpt
  1719.  Path =  AMUG CD:Files:Prog:S:Sams.cpt
  1720.  Size: 55K         Date: 9/30/89         Version: 
  1721.  Description:
  1722.  This is Sam Kaplan's Pascal Program with the printing code patched so that 
  1723. it works.
  1724.  
  1725.  Name  =  2Window.cpt
  1726.  Path =  AMUG CD:Files:Prog:A:2Window.cpt
  1727.  Size: 30K         Date: 9/03/89         Version: 9/3/89
  1728.  Description:
  1729.  An example of Handling update events in C.
  1730.  
  1731.  Name  =  Mouser.cpt
  1732.  Path =  AMUG CD:Files:Prog:M:Mouser.cpt
  1733.  Size:122K         Date: 9/03/89         Version: 
  1734.  Description:
  1735.  A Object Pacal/C++ browser in the smalltalk sense. Parses your source and
  1736. builds the tree structures for the browser. Well just play with it.
  1737.  
  1738.  Name  =  RMHELPER0.5
  1739.  Path =  AMUG CD:Files:Prog:Q-R:RMHELPER0.5
  1740.  Size: 62K         Date: 8/14/89         Version: Beta 0.5
  1741.  Description:
  1742.  Replacement for RMHelper. Creates scripts for RMaker. Especially useful
  1743. for creating buttons sets.
  1744.  
  1745.  Name  =  Hello Tabby.cpt
  1746.  Path =  AMUG CD:Files:Prog:H-K:Hello Tabby.cpt
  1747.  Size:  9K         Date: 7/25/89         Version: 
  1748.  Description:
  1749.  Hello Tabby is pascal code (Light Speed) for developing Tabby Products.
  1750.  
  1751.  Name  =  EDITmOR.cpt
  1752.  Path =  AMUG CD:Files:Prog:D-G:EDITmOR.cpt
  1753.  Size: 17K         Date: 7/09/89         Version: 1.0
  1754.  Description:
  1755.  EDITmOR v1.0 is a DA that allows you to extend your editor or your Word 
  1756. Processor. This editor allows you to write ECMD's and other programing 
  1757. uses.
  1758.  
  1759.  Name  =  Fractal Mount
  1760.  Path =  AMUG CD:Files:Prog:D-G:Fractal Mount
  1761.  Size: 14K         Date: 7/08/89         Version: 
  1762.  Description:
  1763.  Neat 3d Fractal Mountain program
  1764.  
  1765.  Name  =  Spool.cpt
  1766.  Path =  AMUG CD:Files:Prog:S:Spool.cpt
  1767.  Size:  3K         Date: 5/16/89         Version: 5/16/89
  1768.  Description:
  1769.  An example of spooling a PICT that's bigger than 32K
  1770.  
  1771.  Name  =  zmodem.source.cpt
  1772.  Path =  AMUG CD:Files:Prog:U-Z:zmodem.source.cpt
  1773.  Size: 65K         Date: 5/07/89         Version: 
  1774.  Description:
  1775.  Z Modem Code
  1776.  
  1777.  Name  =  WDEF.cpt
  1778.  Path =  AMUG CD:Files:Prog:U-Z:WDEF.cpt
  1779.  Size: 11K         Date: 4/28/89         Version: 
  1780.  Description:
  1781.  Some sample code on WDEF by Daryl Lavato.
  1782.  
  1783.  Name  =  Mandel.cpt
  1784.  Path =  AMUG CD:Files:Prog:M:Mandel.cpt
  1785.  Size: 97K         Date: 4/06/89         Version: 1.4.1
  1786.  Description:
  1787.  Best Mandelbrot Microscope.  With Docs
  1788.  
  1789.  Name  =  Long Labels User Area.cpt
  1790.  Path =  AMUG CD:Files:Prog:M:Long Labels User Area.cpt
  1791.  Size: 27K         Date: 4/05/89         Version: 
  1792.  Description:
  1793.  LOng Labels EUA for TMON
  1794.  
  1795.  Name  =  TP201.cpt
  1796.  Path =  AMUG CD:Files:Prog:T:TP201.cpt
  1797.  Size: 32K         Date: 4/05/89         Version: 2.
  1798.  Description:
  1799.  NEw patch for LSP brings up to 2.01
  1800.  
  1801.  Name  =  Modem Windowing
  1802.  Path =  AMUG CD:Files:Prog:M:Modem Windowing
  1803.  Size: 31K         Date: 3/26/89         Version: 
  1804.  Description:
  1805.  Modem Windowing
  1806.  
  1807.  Name  =  ShowCInit.cpt
  1808.  Path =  AMUG CD:Files:Prog:S:ShowCInit.cpt
  1809.  Size: 15K         Date: 3/13/89         Version: 
  1810.  Description:
  1811.  ShowCinit file for Color Cicons
  1812.  
  1813.  Name  =  BigBox 1.0
  1814.  Path =  AMUG CD:Files:Prog:B-C:BigBox 1.0
  1815.  Size:  5K         Date: 3/10/89         Version: 1.0
  1816.  Description:
  1817.  Makes Get- and Put-file Dialog Boxes bigger;  Neat!
  1818.  
  1819.  Name  =  Sound Manager Docs.cpt
  1820.  Path =  AMUG CD:Files:Prog:S:Sound Manager Docs.cpt
  1821.  Size: 60K         Date: 2/20/89         Version: 
  1822.  Description:
  1823.  Sound Manager Docs
  1824.  
  1825.  Name  =  R/O strsml.cpt
  1826.  Path =  AMUG CD:Files:Prog:Q-R:R/O strsml.cpt
  1827.  Size:  7K         Date: 2/07/89         Version: 11/89
  1828.  Description:
  1829.  Neat C str similarity functions.  0 <= similarity <= 100
  1830.  
  1831.  Name  =  ProtoTyper Demo.cpt
  1832.  Path =  AMUG CD:Files:Prog:N-P:ProtoTyper Demo.cpt
  1833.  Size:124K         Date: 2/05/89         Version: 1.0
  1834.  Description:
  1835.  Demo of application that creates code for mac programs
  1836.  
  1837.  Name  =  SerDemo.p
  1838.  Path =  AMUG CD:Files:Prog:S:SerDemo.p
  1839.  Size:  6K         Date: 1/14/89         Version: 
  1840.  Description:
  1841.  Turbo Pascal Serial drivers
  1842.  
  1843.  Name  =  LSP/C.cpt
  1844.  Path =  AMUG CD:Files:Prog:M:LSP/C.cpt
  1845.  Size: 34K         Date: 1/14/89         Version: 
  1846.  Description:
  1847.  Pascal to C comparisons
  1848.  
  1849.  Name  =  Sample CDEV.cpt
  1850.  Path =  AMUG CD:Files:Prog:S:Sample CDEV.cpt
  1851.  Size:  3K         Date: 1/07/89         Version: 
  1852.  Description:
  1853.  Inside Mac sample CDEV
  1854.  
  1855.  Name  =  BenchMarks.cpt
  1856.  Path =  AMUG CD:Files:Prog:B-C:BenchMarks.cpt
  1857.  Size: 23K         Date: 1/07/89         Version: 
  1858.  Description:
  1859.  Pascal Benchmarks
  1860.  
  1861.  Name  =  PICTControl.cpt
  1862.  Path =  AMUG CD:Files:Prog:N-P:PICTControl.cpt
  1863.  Size: 36K         Date: 1/07/89         Version: 
  1864.  Description:
  1865.  Icon button controls
  1866.  
  1867.  Name  =  ICON GLUE.cpt
  1868.  Path =  AMUG CD:Files:Prog:H-K:ICON GLUE.cpt
  1869.  Size: 60K         Date: 1/07/89         Version: 
  1870.  Description:
  1871.  Icon Maker Glue program - makes resources
  1872.  
  1873.  Name  =  MT Index.cpt
  1874.  Path =  AMUG CD:Files:Prog:M:MT Index.cpt
  1875.  Size: 68K         Date: 1/05/89         Version: 1.0
  1876.  Description:
  1877.  Hypercard stack for index of MacTutor Articles
  1878.  
  1879.  Name  =  MacProto.h.cpt
  1880.  Path =  AMUG CD:Files:Prog:M:MacProto.h.cpt
  1881.  Size: 11K         Date: 1/04/89         Version: 
  1882.  Description:
  1883.  'C' prototypes for LSC of Mac Toolbox for IM vol. I-IV
  1884.  
  1885.  Name  =  Prototype Maker
  1886.  Path =  AMUG CD:Files:Prog:N-P:Prototype Maker
  1887.  Size: 33K         Date:12/29/88         Version: 
  1888.  Description:
  1889.  Makes protoTypes from C source code
  1890.  
  1891.  Name  =  COLORICON Collection.cpt
  1892.  Path =  AMUG CD:Files:Prog:B-C:COLORICON Collection.cpt
  1893.  Size: 13K         Date:12/25/88         Version: 
  1894.  Description:
  1895.  Color Cicons
  1896.  
  1897.  Name  =  CICNEdit.cpt
  1898.  Path =  AMUG CD:Files:Prog:B-C:CICNEdit.cpt
  1899.  Size: 10K         Date:12/25/88         Version: 
  1900.  Description:
  1901.  Cicn editor
  1902.  
  1903.  Name  =  HyperStuff.cpt
  1904.  Path =  AMUG CD:Files:Prog:H-K:HyperStuff.cpt
  1905.  Size:  7K         Date:12/22/88         Version: 
  1906.  Description:
  1907.  LSC calls for Hypercard
  1908.  
  1909.  Name  =  OOP for C.cpt
  1910.  Path =  AMUG CD:Files:Prog:N-P:OOP for C.cpt
  1911.  Size: 83K         Date:12/19/88         Version: 
  1912.  Description:
  1913.  OOP libraries for C. Good stuff for thought.
  1914.  
  1915.  Name  =  C301P3.cpt
  1916.  Path =  AMUG CD:Files:Prog:B-C:C301P3.cpt
  1917.  Size:  6K         Date:12/19/88         Version: 
  1918.  Description:
  1919.  Light Speed C 3.01 update
  1920.  
  1921.  Name  =  C Bug
  1922.  Path =  AMUG CD:Files:Prog:B-C:C Bug
  1923.  Size:  4K         Date:12/17/88         Version: 
  1924.  Description:
  1925.  More on the C structure Bug
  1926.  
  1927.  Name  =  Structure Bug
  1928.  Path =  AMUG CD:Files:Prog:S:Structure Bug
  1929.  Size:  4K         Date:12/17/88         Version: 12/17/88
  1930.  Description:
  1931.  MPW C Structure Bug
  1932.  
  1933.  Name  =  WORDMIXER.cpt
  1934.  Path =  AMUG CD:Files:Prog:U-Z:WORDMIXER.cpt
  1935.  Size:  6K         Date:12/11/88         Version: 
  1936.  Description:
  1937.  Basic Word checking program
  1938.  
  1939.  Name  =  BugReport.cpt
  1940.  Path =  AMUG CD:Files:Prog:B-C:BugReport.cpt
  1941.  Size: 40K         Date:12/10/88         Version: 1.0
  1942.  Description:
  1943.  Apple's Outside Bug reporter with instructions
  1944.  
  1945.  Name  =  REdExamples.cpt
  1946.  Path =  AMUG CD:Files:Prog:Q-R:REdExamples.cpt
  1947.  Size: 33K         Date:12/10/88         Version: 1.2b1
  1948.  Description:
  1949.  This is the examples folder that came on the APDA resED disk
  1950.  
  1951.  Name  =  LSP cdevIntf.cpt
  1952.  Path =  AMUG CD:Files:Prog:M:LSP cdevIntf.cpt
  1953.  Size:  2K         Date:12/07/88         Version: 
  1954.  Description:
  1955.  LSP CDEV template
  1956.  
  1957.  Name  =  RESPICT.DOC
  1958.  Path =  AMUG CD:Files:Prog:Q-R:RESPICT.DOC
  1959.  Size:  3K         Date:12/06/88         Version: recent
  1960.  Description:
  1961.  Documentation for use of ResPICT.
  1962.  
  1963.  Name  =  ResPICT
  1964.  Path =  AMUG CD:Files:Prog:Q-R:ResPICT
  1965.  Size:  6K         Date:12/06/88         Version: Recent
  1966.  Description:
  1967.  Allow easier viewing of PICT files from ResEdit.
  1968.  
  1969.  Name  =  RESMENU DOC.
  1970.  Path =  AMUG CD:Files:Prog:Q-R:RESMENU DOC.
  1971.  Size:  6K         Date:12/04/88         Version: 1.2b
  1972.  Description:
  1973.  Documents for ResMENU
  1974.  
  1975.  Name  =  ResMENU
  1976.  Path =  AMUG CD:Files:Prog:Q-R:ResMENU
  1977.  Size: 20K         Date:12/04/88         Version: ver1.2
  1978.  Description:
  1979.  Recent update to add to ResEdit for Menu editing.
  1980.  
  1981.  Name  =  w.LSP Comments
  1982.  Path =  AMUG CD:Files:Prog:U-Z:w.LSP Comments
  1983.  Size: 14K         Date:11/23/88         Version: 
  1984.  Description:
  1985.  Light Speed Pascal Comments
  1986.  
  1987.  Name  =  ShowOff.cpt
  1988.  Path =  AMUG CD:Files:Prog:S:ShowOff.cpt
  1989.  Size: 38K         Date:11/18/88         Version: 
  1990.  Description:
  1991.  Light Speed Pascal tutor
  1992.  
  1993.  Name  =  68000 Simulator.cpt
  1994.  Path =  AMUG CD:Files:Prog:A:68000 Simulator.cpt
  1995.  Size: 28K         Date:11/18/88         Version: 
  1996.  Description:
  1997.  68000 Debugger simulator
  1998.  
  1999.  Name  =  IconMaker Docs
  2000.  Path =  AMUG CD:Files:Prog:H-K:IconMaker Docs
  2001.  Size:  3K         Date:11/17/88         Version: 
  2002.  Description:
  2003.  iconmaker 2.1 doc
  2004.  
  2005.  Name  =  ShowINIT.a   -(NEW)
  2006.  Path =  AMUG CD:Files:Prog:S:ShowINIT.a   -(NEW)
  2007.  Size: 11K         Date:11/14/88         Version: 
  2008.  Description:
  2009.  Show init programing code
  2010.  
  2011.  Name  =  ShowINIT Info (New)
  2012.  Path =  AMUG CD:Files:Prog:S:ShowINIT Info (New)
  2013.  Size:  3K         Date:11/14/88         Version: 
  2014.  Description:
  2015.  Show init info file
  2016.  
  2017.  Name  =  Icon.sample.cpt
  2018.  Path =  AMUG CD:Files:Prog:H-K:Icon.sample.cpt
  2019.  Size:  7K         Date:11/06/88         Version: 
  2020.  Description:
  2021.  ICON samples foe MPW
  2022.  
  2023.  Name  =  PaintToolUnit.cpt
  2024.  Path =  AMUG CD:Files:Prog:N-P:PaintToolUnit.cpt
  2025.  Size: 17K         Date:11/03/88         Version: 
  2026.  Description:
  2027.  Paint tool unit for programing
  2028.  
  2029.  Name  =  NeXT Browser.cpt
  2030.  Path =  AMUG CD:Files:Prog:N-P:NeXT Browser.cpt
  2031.  Size: 12K         Date:11/02/88         Version: 
  2032.  Description:
  2033.  Nice example of NExt file system on Mac
  2034.  
  2035.  Name  =  Echo Canyon
  2036.  Path =  AMUG CD:Files:Prog:D-G:Echo Canyon
  2037.  Size:  6K         Date:11/01/88         Version: 10/31/88
  2038.  Description:
  2039.  Map to Echo Canyon Clubhouse
  2040.  
  2041.  Name  =  Clean C.cpt
  2042.  Path =  AMUG CD:Files:Prog:B-C:Clean C.cpt
  2043.  Size:  7K         Date:10/31/88         Version: 
  2044.  Description:
  2045.  Type of C programing tool
  2046.  
  2047.  Name  =  010.EditTextCdev.cpt
  2048.  Path =  AMUG CD:Files:Prog:A:010.EditTextCdev.cpt
  2049.  Size: 13K         Date:10/30/88         Version: 1
  2050.  Description:
  2051.  Sample cdev code from Apple
  2052.  
  2053.  Name  =  007.FracApp.cpt
  2054.  Path =  AMUG CD:Files:Prog:A:007.FracApp.cpt
  2055.  Size: 57K         Date:10/29/88         Version: 1
  2056.  Description:
  2057.  MacAPP sample code
  2058.  
  2059.  Name  =  006.PopMenus.cpt
  2060.  Path =  AMUG CD:Files:Prog:A:006.PopMenus.cpt
  2061.  Size: 12K         Date:10/29/88         Version: 1
  2062.  Description:
  2063.  Pop up menu source code from Apple
  2064.  
  2065.  Name  =  005.HierMenus.cpt
  2066.  Path =  AMUG CD:Files:Prog:A:005.HierMenus.cpt
  2067.  Size: 11K         Date:10/29/88         Version: 1
  2068.  Description:
  2069.  source code from Apple
  2070.  
  2071.  Name  =  004.TubeTest.cpt
  2072.  Path =  AMUG CD:Files:Prog:A:004.TubeTest.cpt
  2073.  Size: 22K         Date:10/29/88         Version: 1
  2074.  Description:
  2075.  More Apple source code
  2076.  
  2077.  Name  =  003. SillyBalls.cpt
  2078.  Path =  AMUG CD:Files:Prog:A:003. SillyBalls.cpt
  2079.  Size: 15K         Date:10/29/88         Version: 1
  2080.  Description:
  2081.  Apple Named this one... don't blame me.  Programming example
  2082.  
  2083.  Name  =  002. TESample.cpt
  2084.  Path =  AMUG CD:Files:Prog:A:002. TESample.cpt
  2085.  Size: 45K         Date:10/28/88         Version: 1
  2086.  Description:
  2087.  Text Edit sample code from Apple
  2088.  
  2089.  Name  =  001. Sample.cpt
  2090.  Path =  AMUG CD:Files:Prog:A:001. Sample.cpt
  2091.  Size: 31K         Date:10/28/88         Version: 1
  2092.  Description:
  2093.  Basic Application Shell
  2094.  
  2095.  Name  =  About Mac CNs.cpt
  2096.  Path =  AMUG CD:Files:Prog:A:About Mac CNs.cpt
  2097.  Size:  5K         Date:10/28/88         Version: 1
  2098.  Description:
  2099.  Macwrite format docs on Mac CNs (Source from Apple)
  2100.  
  2101.  Name  =  Resource Counter 0.81
  2102.  Path =  AMUG CD:Files:Prog:Q-R:Resource Counter 0.81
  2103.  Size:  3K         Date:10/24/88         Version: 
  2104.  Description:
  2105.  Resource counter v.81
  2106.  
  2107.  Name  =  FSREADLINE.P
  2108.  Path =  AMUG CD:Files:Prog:D-G:FSREADLINE.P
  2109.  Size:  2K         Date:10/13/88         Version: 
  2110.  Description:
  2111.  Turbo Pascal function to read text from within a DA...enjoy.
  2112.  
  2113.  Name  =  mini.dd
  2114.  Path =  AMUG CD:Files:Prog:M:mini.dd
  2115.  Size: 72K         Date:10/02/88         Version: 
  2116.  Description:
  2117.  Source Code for the MiniTerm program.
  2118.  
  2119.  Name  =  LSC30p2.cpt
  2120.  Path =  AMUG CD:Files:Prog:M:LSC30p2.cpt
  2121.  Size:  5K         Date: 8/29/88         Version: 
  2122.  Description:
  2123.  LSC3 upgrade
  2124.  
  2125.  Name  =  C30P2.cpt
  2126.  Path =  AMUG CD:Files:Prog:B-C:C30P2.cpt
  2127.  Size:  5K         Date: 8/17/88         Version: 
  2128.  Description:
  2129.  Patch Program to fix bugs in LSC 3.0
  2130.  
  2131.  Name  =  SortScreen.cpt
  2132.  Path =  AMUG CD:Files:Prog:S:SortScreen.cpt
  2133.  Size:  7K         Date: 7/24/88         Version: 
  2134.  Description:
  2135.  Sort Screen program
  2136.  
  2137.  Name  =  PixelViewCode
  2138.  Path =  AMUG CD:Files:Prog:N-P:PixelViewCode
  2139.  Size: 35K         Date: 7/22/88         Version: 
  2140.  Description:
  2141.  Pixel Viewer Code
  2142.  
  2143.  Name  =  GenericDA.cpt
  2144.  Path =  AMUG CD:Files:Prog:D-G:GenericDA.cpt
  2145.  Size: 12K         Date: 7/15/88         Version: 
  2146.  Description:
  2147.  Generic DA shell
  2148.  
  2149.  Name  =  VibSimul1.cpt
  2150.  Path =  AMUG CD:Files:Prog:U-Z:VibSimul1.cpt
  2151.  Size: 13K         Date: 7/15/88         Version: 
  2152.  Description:
  2153.  Vibration simulation program
  2154.  
  2155.  Name  =  MovesMemFKey.cpt
  2156.  Path =  AMUG CD:Files:Prog:M:MovesMemFKey.cpt
  2157.  Size:  7K         Date: 7/15/88         Version: 
  2158.  Description:
  2159.  Memory movement detector F Key
  2160.  
  2161.  Name  =  ReseditDocs.cpt
  2162.  Path =  AMUG CD:Files:Prog:Q-R:ReseditDocs.cpt
  2163.  Size: 15K         Date: 7/13/88         Version: 
  2164.  Description:
  2165.  ResEdit docs from AppelLink.  MacWrite Format
  2166.  
  2167.  Name  =  DAmenICN.cpt
  2168.  Path =  AMUG CD:Files:Prog:D-G:DAmenICN.cpt
  2169.  Size:  3K         Date: 7/04/88         Version: 
  2170.  Description:
  2171.  Programers DA menu stuff
  2172.  
  2173.  Name  =  New DT SICNs
  2174.  Path =  AMUG CD:Files:Prog:N-P:New DT SICNs
  2175.  Size:  2K         Date: 6/16/88         Version: 
  2176.  Description:
  2177.  Desktop color SICNs
  2178.  
  2179.  Name  =  LSC215.cpt
  2180.  Path =  AMUG CD:Files:Prog:M:LSC215.cpt
  2181.  Size: 30K         Date: 6/06/88         Version: 
  2182.  Description:
  2183.  LSC2.15 upgrade for those using LSC
  2184.  
  2185.  Name  =  TIFF Code.cpt
  2186.  Path =  AMUG CD:Files:Prog:T:TIFF Code.cpt
  2187.  Size:122K         Date: 5/31/88         Version: 
  2188.  Description:
  2189.  Source For r/w TIFF files. Dr Dobbs article
  2190.  
  2191.  Name  =  Viewer.src.cpt
  2192.  Path =  AMUG CD:Files:Prog:U-Z:Viewer.src.cpt
  2193.  Size: 17K         Date: 5/01/88         Version: 
  2194.  Description:
  2195.  Viewer.scr file
  2196.  
  2197.  Name  =  MarTechNote.cpt
  2198.  Path =  AMUG CD:Files:Prog:M:MarTechNote.cpt
  2199.  Size: 79K         Date: 5/01/88         Version: 
  2200.  Description:
  2201.  4D March 88 Tech notes
  2202.  
  2203.  Name  =  Dorothy'sPascalApp.cpt
  2204.  Path =  AMUG CD:Files:Prog:D-G:Dorothy'sPascalApp.cpt
  2205.  Size: 36K         Date: 5/01/88         Version: 
  2206.  Description:
  2207.  Dorothy's first attempts in Pascal --- graphics
  2208.  
  2209.  Name  =  QuickEvent v1.1.cpt
  2210.  Path =  AMUG CD:Files:Prog:Q-R:QuickEvent v1.1.cpt
  2211.  Size: 37K         Date: 4/19/88         Version: 1.1
  2212.  Description:
  2213.  Quick Event v1.1 for programing
  2214.  
  2215.  Name  =  MacIISLOTTools.cpt
  2216.  Path =  AMUG CD:Files:Prog:M:MacIISLOTTools.cpt
  2217.  Size: 41K         Date: 3/20/88         Version: 
  2218.  Description:
  2219.  Mac II Slot tools & Utilities
  2220.  
  2221.  Name  =  Pocket3.cpt
  2222.  Path =  AMUG CD:Files:Prog:N-P:Pocket3.cpt
  2223.  Size: 78K         Date: 3/02/88         Version: 
  2224.  Description:
  2225.  An small forth interpreter with sample programs.
  2226.  
  2227.  Name  =  TAG.cpt
  2228.  Path =  AMUG CD:Files:Prog:T:TAG.cpt
  2229.  Size: 98K         Date: 2/13/88         Version: 
  2230.  Description:
  2231.  TAG is a programing environment
  2232.  
  2233.  Name  =  RDecompiler.cpt
  2234.  Path =  AMUG CD:Files:Prog:Q-R:RDecompiler.cpt
  2235.  Size: 33K         Date: 2/13/88         Version: 
  2236.  Description:
  2237.  Decomplies code make into R Maker format
  2238.  
  2239.  Name  =  Regions.cpt
  2240.  Path =  AMUG CD:Files:Prog:Q-R:Regions.cpt
  2241.  Size: 12K         Date: 2/13/88         Version: 
  2242.  Description:
  2243.  Demo of regions code
  2244.  
  2245.  Name  =  XLisp20T8.dd
  2246.  Path =  AMUG CD:Files:Prog:U-Z:XLisp20T8.dd
  2247.  Size: 70K         Date: 2/12/88         Version: 2.0
  2248.  Description:
  2249.  Updated version of Xlisp programming application.
  2250.  
  2251.  Name  =  Ghost App.cpt
  2252.  Path =  AMUG CD:Files:Prog:D-G:Ghost App.cpt
  2253.  Size: 23K         Date: 2/01/88         Version: 
  2254.  Description:
  2255.  Ghost application creator
  2256.  
  2257.  Name  =  Simplest.cpt
  2258.  Path =  AMUG CD:Files:Prog:S:Simplest.cpt
  2259.  Size: 42K         Date: 1/30/88         Version: 
  2260.  Description:
  2261.  Simple linear programing language
  2262.  
  2263.  Name  =  Sort4D.cpt
  2264.  Path =  AMUG CD:Files:Prog:S:Sort4D.cpt
  2265.  Size: 18K         Date: 1/30/88         Version: 
  2266.  Description:
  2267.  4th Diminsion coloumn sort examples
  2268.  
  2269.  Name  =  Poke (v 2.0)
  2270.  Path =  AMUG CD:Files:Prog:N-P:Poke (v 2.0)
  2271.  Size: 35K         Date: 1/30/88         Version: 2.0
  2272.  Description:
  2273.  Poke version 2.0
  2274.  
  2275.  Name  =  Helpful Mouseplotter
  2276.  Path =  AMUG CD:Files:Prog:H-K:Helpful Mouseplotter
  2277.  Size:  1K         Date: 1/22/88         Version: 
  2278.  Description:
  2279.  A VERY SMALL PROGRAM THAT PLOTS MOUSE COORDINATES IN BASIC
  2280.  
  2281.  Name  =  ViewPortTech
  2282.  Path =  AMUG CD:Files:Prog:U-Z:ViewPortTech
  2283.  Size: 12K         Date: 1/10/88         Version: 
  2284.  Description:
  2285.  Documentation on View Port
  2286.  
  2287.  Name  =  Window Demo.dd
  2288.  Path =  AMUG CD:Files:Prog:U-Z:Window Demo.dd
  2289.  Size: 14K         Date:12/03/87         Version: 
  2290.  Description:
  2291.  4th Diminsion Window Demos.
  2292.  
  2293.  Name  =  Vax Storage
  2294.  Path =  AMUG CD:Files:Prog:U-Z:Vax Storage
  2295.  Size:  5K         Date:11/28/87         Version: 
  2296.  Description:
  2297.  Vax Storage Disertation
  2298.  
  2299.  Name  =  Assembler.cpt
  2300.  Path =  AMUG CD:Files:Prog:A:Assembler.cpt
  2301.  Size: 70K         Date:11/27/87         Version: 7.4
  2302.  Description:
  2303.  Great Assembler with Docs. Version 7.4 Supports 68020
  2304.  
  2305.  Name  =  RIFF File Format.dd
  2306.  Path =  AMUG CD:Files:Prog:Q-R:RIFF File Format.dd
  2307.  Size: 43K         Date:11/24/87         Version: 
  2308.  Description:
  2309.  Riff file format.
  2310.  
  2311.  Name  =  LSC213.cpt
  2312.  Path =  AMUG CD:Files:Prog:M:LSC213.cpt
  2313.  Size:100K         Date:11/24/87         Version: 
  2314.  Description:
  2315.  LSC 2.13 upgrade kit
  2316.  
  2317.  Name  =  LSC 2.13 ReleaseNotes
  2318.  Path =  AMUG CD:Files:Prog:M:LSC 2.13 ReleaseNotes
  2319.  Size:  7K         Date:11/24/87         Version: 
  2320.  Description:
  2321.  LSC 2.13 release notes
  2322.  
  2323.  Name  =  LSC 2.11 upgrader.dd
  2324.  Path =  AMUG CD:Files:Prog:M:LSC 2.11 upgrader.dd
  2325.  Size: 72K         Date:11/24/87         Version: 
  2326.  Description:
  2327.  LSC 2.11 upgrade kit.
  2328.  
  2329.  Name  =  MacTutorDB.cpt
  2330.  Path =  AMUG CD:Files:Prog:M:MacTutorDB.cpt
  2331.  Size: 32K         Date:11/15/87         Version: 
  2332.  Description:
  2333.  MacTutor FileMaker+ Database on Articles
  2334.  
  2335.  Name  =  t.APDA Cat.
  2336.  Path =  AMUG CD:Files:Prog:T:t.APDA Cat.
  2337.  Size: 33K         Date:10/29/87         Version: 
  2338.  Description:
  2339.  APDA Catalog in plain text format
  2340.  
  2341.  Name  =  *APDA Application + Oct.dd
  2342.  Path =  AMUG CD:Files:Prog:A:*APDA Application + Oct.dd
  2343.  Size: 25K         Date:10/28/87         Version: 
  2344.  Description:
  2345.  APDA Catalog and Membership Application.
  2346.  
  2347.  Name  =  Patch/Error.cpt
  2348.  Path =  AMUG CD:Files:Prog:N-P:Patch/Error.cpt
  2349.  Size: 19K         Date:10/26/87         Version: 
  2350.  Description:
  2351.  Patches and errors listing
  2352.  
  2353.  Name  =  STAR.PAS
  2354.  Path =  AMUG CD:Files:Prog:S:STAR.PAS
  2355.  Size:  5K         Date:10/17/87         Version: 10/17/87
  2356.  Description:
  2357.  An example of graphic printing. Quick and easy.
  2358.  
  2359.  Name  =  AppleTalk Schematic
  2360.  Path =  AMUG CD:Files:Prog:A:AppleTalk Schematic
  2361.  Size: 16K         Date:10/14/87         Version: NA
  2362.  Description:
  2363.  Apple Talk schematic.
  2364.  
  2365.  Name  =  Karnaugh.dd
  2366.  Path =  AMUG CD:Files:Prog:H-K:Karnaugh.dd
  2367.  Size: 31K         Date: 9/21/87         Version: 
  2368.  Description:
  2369.  Table Calculator.
  2370.  
  2371.  Name  =  NewTools.dd
  2372.  Path =  AMUG CD:Files:Prog:N-P:NewTools.dd
  2373.  Size: 29K         Date: 9/13/87         Version: 
  2374.  Description:
  2375.  New Tools for MPW.
  2376.  
  2377.  Name  =  MetroGnome™ 1.0R
  2378.  Path =  AMUG CD:Files:Prog:M:MetroGnome™ 1.0R
  2379.  Size: 11K         Date: 8/17/87         Version: 
  2380.  Description:
  2381.  VIP run time needed for this file
  2382.  
  2383.  Name  =  MacIIcdev.dd
  2384.  Path =  AMUG CD:Files:Prog:M:MacIIcdev.dd
  2385.  Size: 27K         Date: 8/17/87         Version: 
  2386.  Description:
  2387.  MacII Developers.
  2388.  
  2389.  Name  =  Tree & Fish
  2390.  Path =  AMUG CD:Files:Prog:T:Tree & Fish
  2391.  Size: 16K         Date: 8/15/87         Version: 
  2392.  Description:
  2393.  Nice Demo
  2394.  
  2395.  Name  =  PasMat
  2396.  Path =  AMUG CD:Files:Prog:N-P:PasMat
  2397.  Size: 36K         Date: 8/11/87         Version: v 0.9
  2398.  Description:
  2399.  Excellent Pascal pretty-print utility.
  2400.  
  2401.  Name  =  TurtleGraphicsAssit1.0
  2402.  Path =  AMUG CD:Files:Prog:T:TurtleGraphicsAssit1.0
  2403.  Size: 24K         Date: 7/27/87         Version: 
  2404.  Description:
  2405.  Object Logo Turtle Graph assistant
  2406.  
  2407.  Name  =  StretchDemo
  2408.  Path =  AMUG CD:Files:Prog:S:StretchDemo
  2409.  Size: 74K         Date: 7/27/87         Version: 
  2410.  Description:
  2411.  Stretch Menu Demo
  2412.  
  2413.  Name  =  CopyBitsDemo.dd
  2414.  Path =  AMUG CD:Files:Prog:B-C:CopyBitsDemo.dd
  2415.  Size: 20K         Date: 7/27/87         Version: 
  2416.  Description:
  2417.  Programing DEMO.
  2418.  
  2419.  Name  =  Acius Dev Program
  2420.  Path =  AMUG CD:Files:Prog:A:Acius Dev Program
  2421.  Size: 14K         Date: 7/19/87         Version: 
  2422.  Description:
  2423.  Acius Developer Program
  2424.  
  2425.  Name  =  PrintSTR#'s
  2426.  Path =  AMUG CD:Files:Prog:N-P:PrintSTR#'s
  2427.  Size:  6K         Date: 7/19/87         Version: 
  2428.  Description:
  2429.  Prints STR's from programs
  2430.  
  2431.  Name  =  DemoVIP.dd
  2432.  Path =  AMUG CD:Files:Prog:D-G:DemoVIP.dd
  2433.  Size:150K         Date: 7/19/87         Version: DEMO
  2434.  Description:
  2435.  V.I.P. DEMO.
  2436.  
  2437.  Name  =  Edit 2.1
  2438.  Path =  AMUG CD:Files:Prog:D-G:Edit 2.1
  2439.  Size: 66K         Date: 7/19/87         Version: 2.1
  2440.  Description:
  2441.  Edit version 2.1
  2442.  
  2443.  Name  =  Resedit TMPLS
  2444.  Path =  AMUG CD:Files:Prog:Q-R:Resedit TMPLS
  2445.  Size: 12K         Date: 7/19/87         Version: 
  2446.  Description:
  2447.  Resedit Templates
  2448.  
  2449.  Name  =  new, interesting TMPL’S
  2450.  Path =  AMUG CD:Files:Prog:N-P:new, interesting TMPL’S
  2451.  Size:  5K         Date: 7/19/87         Version: 
  2452.  Description:
  2453.  Resedit Templates
  2454.  
  2455.  Name  =  HMenuFix.dd
  2456.  Path =  AMUG CD:Files:Prog:H-K:HMenuFix.dd
  2457.  Size:  2K         Date: 7/19/87         Version: 
  2458.  Description:
  2459.  Fixes heiarchical menus.
  2460.  
  2461.  Name  =  13- ResEdit doc
  2462.  Path =  AMUG CD:Files:Prog:A:13- ResEdit doc
  2463.  Size: 94K         Date: 7/18/87         Version: 1.1A
  2464.  Description:
  2465.  ResEdit Documentation in Microsoft Word.
  2466.  
  2467.  Name  =  PROC PARAMS
  2468.  Path =  AMUG CD:Files:Prog:N-P:PROC PARAMS
  2469.  Size:  5K         Date: 7/08/87         Version: 
  2470.  Description:
  2471.  Procedural parameters in Turbo
  2472.  
  2473.  Name  =  MenuMaze.dd
  2474.  Path =  AMUG CD:Files:Prog:M:MenuMaze.dd
  2475.  Size: 10K         Date: 7/04/87         Version: 
  2476.  Description:
  2477.  Menu Maze demo.
  2478.  
  2479.  Name  =  MacPro RTC
  2480.  Path =  AMUG CD:Files:Prog:M:MacPro RTC
  2481.  Size: 32K         Date: 7/04/87         Version: 
  2482.  Description:
  2483.  MacPro RTC Conference
  2484.  
  2485.  Name  =  Terminal
  2486.  Path =  AMUG CD:Files:Prog:T:Terminal
  2487.  Size: 56K         Date: 7/04/87         Version: 
  2488.  Description:
  2489.  Terminal development
  2490.  
  2491.  Name  =  AddTabs.dd
  2492.  Path =  AMUG CD:Files:Prog:A:AddTabs.dd
  2493.  Size: 16K         Date: 7/03/87         Version: 
  2494.  Description:
  2495.  Add Tabs to program.
  2496.  
  2497.  Name  =  Tabedit.dd
  2498.  Path =  AMUG CD:Files:Prog:T:Tabedit.dd
  2499.  Size: 21K         Date: 7/03/87         Version: 
  2500.  Description:
  2501.  Tab editor.
  2502.  
  2503.  Name  =  MPW Pascal Proc/Func Locat.dd
  2504.  Path =  AMUG CD:Files:Prog:M:MPW Pascal Proc/Func Locat.dd
  2505.  Size: 19K         Date: 7/03/87         Version: 
  2506.  Description:
  2507.  MPW Pascal Procedures.
  2508.  
  2509.  Name  =  4D Dial Procedure
  2510.  Path =  AMUG CD:Files:Prog:A:4D Dial Procedure
  2511.  Size:  2K         Date: 7/03/87         Version: 
  2512.  Description:
  2513.  4th Deminsion dial procedures
  2514.  
  2515.  Name  =  VIP INDEX
  2516.  Path =  AMUG CD:Files:Prog:U-Z:VIP INDEX
  2517.  Size:  8K         Date: 7/03/87         Version: 
  2518.  Description:
  2519.  Index of V.I.P. procedures from sample routines
  2520.  
  2521.  Name  =  BiStrOrbt1.1
  2522.  Path =  AMUG CD:Files:Prog:B-C:BiStrOrbt1.1
  2523.  Size:  8K         Date: 7/01/87         Version: 1.1,July1ù
  2524.  Description:
  2525.  Binary Star Orbits 1.1 MSBasic Int Reqd
  2526.  
  2527.  Name  =  APDA Product List3
  2528.  Path =  AMUG CD:Files:Prog:A:APDA Product List3
  2529.  Size:  6K         Date: 7/01/87         Version: 3
  2530.  Description:
  2531.  APDA Product list #3
  2532.  
  2533.  Name  =  APDA Product List2
  2534.  Path =  AMUG CD:Files:Prog:A:APDA Product List2
  2535.  Size:  5K         Date: 7/01/87         Version: 2
  2536.  Description:
  2537.  APDA Product List #2 June87
  2538.  
  2539.  Name  =  APDA Product List1
  2540.  Path =  AMUG CD:Files:Prog:A:APDA Product List1
  2541.  Size:  7K         Date: 7/01/87         Version: 1
  2542.  Description:
  2543.  APDA Product list #1 June 87
  2544.  
  2545.  Name  =  APDA Order Form…
  2546.  Path =  AMUG CD:Files:Prog:A:APDA Order Form…
  2547.  Size:  4K         Date: 7/01/87         Version: 
  2548.  Description:
  2549.  APDA Order Form
  2550.  
  2551.  Name  =  APDA Membership…
  2552.  Path =  AMUG CD:Files:Prog:A:APDA Membership…
  2553.  Size:  7K         Date: 7/01/87         Version: 
  2554.  Description:
  2555.  APDA Membership info
  2556.  
  2557.  Name  =  4th Dimension.dd
  2558.  Path =  AMUG CD:Files:Prog:A:4th Dimension.dd
  2559.  Size: 17K         Date: 6/30/87         Version: 
  2560.  Description:
  2561.  4th Dimension code.
  2562.  
  2563.  Name  =  Q&A.PAS
  2564.  Path =  AMUG CD:Files:Prog:Q-R:Q&A.PAS
  2565.  Size: 10K         Date: 6/29/87         Version: 
  2566.  Description:
  2567.  Borland answers most frequent questions - Turbo.
  2568.  
  2569.  Name  =  ResDecomp1.dd
  2570.  Path =  AMUG CD:Files:Prog:Q-R:ResDecomp1.dd
  2571.  Size: 15K         Date: 6/28/87         Version: 1.0
  2572.  Description:
  2573.  Resource decompiler.
  2574.  
  2575.  Name  =  Cleanup1.dd
  2576.  Path =  AMUG CD:Files:Prog:B-C:Cleanup1.dd
  2577.  Size: 12K         Date: 6/28/87         Version: 1.0
  2578.  Description:
  2579.  String substitution utility.
  2580.  
  2581.  Name  =  BIG ARRAY.PA
  2582.  Path =  AMUG CD:Files:Prog:B-C:BIG ARRAY.PA
  2583.  Size:  5K         Date: 6/27/87         Version: 6/27
  2584.  Description:
  2585.  Big arrays in Pascal
  2586.  
  2587.  Name  =  M2TSkel.dd
  2588.  Path =  AMUG CD:Files:Prog:M:M2TSkel.dd
  2589.  Size: 87K         Date: 6/16/87         Version: 
  2590.  Description:
  2591.  M2tSkeleton files.
  2592.  
  2593.  Name  =  PopUp.dd
  2594.  Path =  AMUG CD:Files:Prog:N-P:PopUp.dd
  2595.  Size: 19K         Date: 6/16/87         Version: 
  2596.  Description:
  2597.  Popup Menu Demo.
  2598.  
  2599.  Name  =  ByteBucket.dd
  2600.  Path =  AMUG CD:Files:Prog:B-C:ByteBucket.dd
  2601.  Size: 64K         Date: 6/16/87         Version: 
  2602.  Description:
  2603.  Byte Bucket - Hacker Program.
  2604.  
  2605.  Name  =  Edit Fields.ZBas
  2606.  Path =  AMUG CD:Files:Prog:D-G:Edit Fields.ZBas
  2607.  Size: 10K         Date: 6/16/87         Version: 
  2608.  Description:
  2609.  Z Basic field editor
  2610.  
  2611.  Name  =  ResTools.dd
  2612.  Path =  AMUG CD:Files:Prog:Q-R:ResTools.dd
  2613.  Size: 52K         Date: 6/16/87         Version: 
  2614.  Description:
  2615.  Resource tools.
  2616.  
  2617.  Name  =  Zbasic Text Array Writer
  2618.  Path =  AMUG CD:Files:Prog:U-Z:Zbasic Text Array Writer
  2619.  Size: 11K         Date: 6/16/87         Version: 
  2620.  Description:
  2621.  Zbasic text array writer
  2622.  
  2623.  Name  =  Swine 1
  2624.  Path =  AMUG CD:Files:Prog:S:Swine 1
  2625.  Size:  4K         Date: 6/15/87         Version: 
  2626.  Description:
  2627.  This is a PIG graphic for Chris Ghelker
  2628.  
  2629.  Name  =  ResPeek DA v2.03
  2630.  Path =  AMUG CD:Files:Prog:Q-R:ResPeek DA v2.03
  2631.  Size: 21K         Date: 6/15/87         Version: 2.03
  2632.  Description:
  2633.  Nice DA Resource decompiler.
  2634.  
  2635.  Name  =  TURBO CONFER
  2636.  Path =  AMUG CD:Files:Prog:T:TURBO CONFER
  2637.  Size: 20K         Date: 6/15/87         Version: 6/5/87
  2638.  Description:
  2639.  The 6/5 Compuserve on Turbo Pascal
  2640.  
  2641.  Name  =  GameMaster.dd
  2642.  Path =  AMUG CD:Files:Prog:D-G:GameMaster.dd
  2643.  Size: 12K         Date: 6/09/87         Version: 
  2644.  Description:
  2645.  Basic Game.
  2646.  
  2647.  Name  =  STACKWINDS.R
  2648.  Path =  AMUG CD:Files:Prog:S:STACKWINDS.R
  2649.  Size:  4K         Date: 6/05/87         Version: Beta
  2650.  Description:
  2651.  Resource file for StackWindows shell in RMaker format.
  2652.  
  2653.  Name  =  StackWindow.Rsrc
  2654.  Path =  AMUG CD:Files:Prog:S:StackWindow.Rsrc
  2655.  Size:  2K         Date: 5/27/87         Version: Beta
  2656.  Description:
  2657.  Resource File for StackWnd.Pas
  2658.  
  2659.  Name  =  STACKWND.PAS
  2660.  Path =  AMUG CD:Files:Prog:S:STACKWND.PAS
  2661.  Size: 25K         Date: 5/27/87         Version: Beta
  2662.  Description:
  2663.  Insanely Great Window Demo.
  2664.  
  2665.  Name  =  Wizzo.dd
  2666.  Path =  AMUG CD:Files:Prog:U-Z:Wizzo.dd
  2667.  Size:  9K         Date: 5/26/87         Version: 
  2668.  Description:
  2669.  Programer file.
  2670.  
  2671.  Name  =  where
  2672.  Path =  AMUG CD:Files:Prog:U-Z:where
  2673.  Size:  8K         Date: 5/26/87         Version: 
  2674.  Description:
  2675.  Aztec file
  2676.  
  2677.  Name  =  WDEF0.TXT
  2678.  Path =  AMUG CD:Files:Prog:U-Z:WDEF0.TXT
  2679.  Size: 24K         Date: 5/26/87         Version: 
  2680.  Description:
  2681.  Window files
  2682.  
  2683.  Name  =  VIP+MACROS.dd
  2684.  Path =  AMUG CD:Files:Prog:U-Z:VIP+MACROS.dd
  2685.  Size:  6K         Date: 5/26/87         Version: 
  2686.  Description:
  2687.  VIP Macros.
  2688.  
  2689.  Name  =  VIP Review.dd
  2690.  Path =  AMUG CD:Files:Prog:U-Z:VIP Review.dd
  2691.  Size: 80K         Date: 5/26/87         Version: 
  2692.  Description:
  2693.  VIP Review
  2694.  
  2695.  Name  =  touch
  2696.  Path =  AMUG CD:Files:Prog:T:touch
  2697.  Size:  8K         Date: 5/26/87         Version: 
  2698.  Description:
  2699.  Aztec tools
  2700.  
  2701.  Name  =  TM-Liner.dd
  2702.  Path =  AMUG CD:Files:Prog:T:TM-Liner.dd
  2703.  Size: 14K         Date: 5/26/87         Version: 
  2704.  Description:
  2705.  Programer tools.
  2706.  
  2707.  Name  =  SimpleTools2.dd
  2708.  Path =  AMUG CD:Files:Prog:S:SimpleTools2.dd
  2709.  Size: 94K         Date: 5/26/87         Version: 
  2710.  Description:
  2711.  Tools for programing.
  2712.  
  2713.  Name  =  Scroll Bar Sample.dd
  2714.  Path =  AMUG CD:Files:Prog:S:Scroll Bar Sample.dd
  2715.  Size: 31K         Date: 5/26/87         Version: 
  2716.  Description:
  2717.  Scroll Bar Example.
  2718.  
  2719.  Name  =  RMaker 2.0
  2720.  Path =  AMUG CD:Files:Prog:Q-R:RMaker 2.0
  2721.  Size: 29K         Date: 5/26/87         Version: 
  2722.  Description:
  2723.  RMaker
  2724.  
  2725.  Name  =  QP.dd
  2726.  Path =  AMUG CD:Files:Prog:Q-R:QP.dd
  2727.  Size: 22K         Date: 5/26/87         Version: 
  2728.  Description:
  2729.  Quick Print
  2730.  
  2731.  Name  =  RANDOM.PAS
  2732.  Path =  AMUG CD:Files:Prog:Q-R:RANDOM.PAS
  2733.  Size:  3K         Date: 5/26/87         Version: 
  2734.  Description:
  2735.  Random Pascal
  2736.  
  2737.  Name  =  PSM.dd
  2738.  Path =  AMUG CD:Files:Prog:N-P:PSM.dd
  2739.  Size: 19K         Date: 5/26/87         Version: 
  2740.  Description:
  2741.  PSM
  2742.  
  2743.  Name  =  Programmer.dd
  2744.  Path =  AMUG CD:Files:Prog:N-P:Programmer.dd
  2745.  Size: 24K         Date: 5/26/87         Version: 
  2746.  Description:
  2747.  Programmer notes.
  2748.  
  2749.  Name  =  PROG.dd
  2750.  Path =  AMUG CD:Files:Prog:N-P:PROG.dd
  2751.  Size: 25K         Date: 5/26/87         Version: 
  2752.  Description:
  2753.  Programer files.
  2754.  
  2755.  Name  =  Pick it! v1
  2756.  Path =  AMUG CD:Files:Prog:N-P:Pick it! v1
  2757.  Size: 13K         Date: 5/26/87         Version: 
  2758.  Description:
  2759.  Pick program
  2760.  
  2761.  Name  =  PASCALLOTTRY
  2762.  Path =  AMUG CD:Files:Prog:N-P:PASCALLOTTRY
  2763.  Size:  2K         Date: 5/26/87         Version: 
  2764.  Description:
  2765.  Lottery in Pascal
  2766.  
  2767.  Name  =  pascal2HELP.FILE
  2768.  Path =  AMUG CD:Files:Prog:N-P:pascal2HELP.FILE
  2769.  Size: 17K         Date: 5/26/87         Version: 
  2770.  Description:
  2771.  Pascal Help
  2772.  
  2773.  Name  =  pascal charter
  2774.  Path =  AMUG CD:Files:Prog:N-P:pascal charter
  2775.  Size:  3K         Date: 5/26/87         Version: 
  2776.  Description:
  2777.  Pascal Charter
  2778.  
  2779.  Name  =  Pallet.dd
  2780.  Path =  AMUG CD:Files:Prog:N-P:Pallet.dd
  2781.  Size: 12K         Date: 5/26/87         Version: 
  2782.  Description:
  2783.  Pallet program
  2784.  
  2785.  Name  =  PaintPeeker.dd
  2786.  Path =  AMUG CD:Files:Prog:N-P:PaintPeeker.dd
  2787.  Size: 48K         Date: 5/26/87         Version: 
  2788.  Description:
  2789.  Paint peeker.
  2790.  
  2791.  Name  =  Object Logo Traps
  2792.  Path =  AMUG CD:Files:Prog:N-P:Object Logo Traps
  2793.  Size: 11K         Date: 5/26/87         Version: 
  2794.  Description:
  2795.  Object logo traps
  2796.  
  2797.  Name  =  mywindow.Rsrc
  2798.  Path =  AMUG CD:Files:Prog:M:mywindow.Rsrc
  2799.  Size:  1K         Date: 5/26/87         Version: 
  2800.  Description:
  2801.  Window resource
  2802.  
  2803.  Name  =  MYWINDOW.PAS
  2804.  Path =  AMUG CD:Files:Prog:M:MYWINDOW.PAS
  2805.  Size: 12K         Date: 5/26/87         Version: 
  2806.  Description:
  2807.  Pascal Window
  2808.  
  2809.  Name  =  MOLLASSES.TX
  2810.  Path =  AMUG CD:Files:Prog:M:MOLLASSES.TX
  2811.  Size:  8K         Date: 5/26/87         Version: 
  2812.  Description:
  2813.  Mollases txt
  2814.  
  2815.  Name  =  MCASSEMDOC
  2816.  Path =  AMUG CD:Files:Prog:M:MCASSEMDOC
  2817.  Size: 58K         Date: 5/26/87         Version: 
  2818.  Description:
  2819.  Mac Assembly Documentation
  2820.  
  2821.  Name  =  McAssembly V6.5
  2822.  Path =  AMUG CD:Files:Prog:M:McAssembly V6.5
  2823.  Size: 62K         Date: 5/26/87         Version: 65
  2824.  Description:
  2825.  McAssembly 65
  2826.  
  2827.  Name  =  MathFacts(Obj.logo)
  2828.  Path =  AMUG CD:Files:Prog:M:MathFacts(Obj.logo)
  2829.  Size: 14K         Date: 5/26/87         Version: 
  2830.  Description:
  2831.  Math in object logo
  2832.  
  2833.  Name  =  MapScan 1.5
  2834.  Path =  AMUG CD:Files:Prog:M:MapScan 1.5
  2835.  Size:  5K         Date: 5/26/87         Version: 
  2836.  Description:
  2837.  MapScan 1.5
  2838.  
  2839.  Name  =  MacPascal2 Update
  2840.  Path =  AMUG CD:Files:Prog:M:MacPascal2 Update
  2841.  Size: 51K         Date: 5/26/87         Version: 
  2842.  Description:
  2843.  Pascal Update
  2844.  
  2845.  Name  =  MacAPL.dd
  2846.  Path =  AMUG CD:Files:Prog:M:MacAPL.dd
  2847.  Size:139K         Date: 5/26/87         Version: 
  2848.  Description:
  2849.  MacApl program.
  2850.  
  2851.  Name  =  LOTTO1.PAS
  2852.  Path =  AMUG CD:Files:Prog:M:LOTTO1.PAS
  2853.  Size:  4K         Date: 5/26/87         Version: 
  2854.  Description:
  2855.  Lottery Pascal program
  2856.  
  2857.  Name  =  kindergarten 1
  2858.  Path =  AMUG CD:Files:Prog:H-K:kindergarten 1
  2859.  Size:  7K         Date: 5/26/87         Version: 
  2860.  Description:
  2861.  Pascal Lesson
  2862.  
  2863.  Name  =  kgarten3
  2864.  Path =  AMUG CD:Files:Prog:H-K:kgarten3
  2865.  Size:  6K         Date: 5/26/87         Version: 
  2866.  Description:
  2867.  Pascal Lesson
  2868.  
  2869.  Name  =  kgarten2
  2870.  Path =  AMUG CD:Files:Prog:H-K:kgarten2
  2871.  Size:  9K         Date: 5/26/87         Version: 
  2872.  Description:
  2873.  Pascal
  2874.  
  2875.  Name  =  Ice.Rsrc
  2876.  Path =  AMUG CD:Files:Prog:H-K:Ice.Rsrc
  2877.  Size:  2K         Date: 5/26/87         Version: 
  2878.  Description:
  2879.  Ice resource
  2880.  
  2881.  Name  =  ICE.PAS
  2882.  Path =  AMUG CD:Files:Prog:H-K:ICE.PAS
  2883.  Size:  4K         Date: 5/26/87         Version: 
  2884.  Description:
  2885.  Pascal
  2886.  
  2887.  Name  =  Hex2.Wrt
  2888.  Path =  AMUG CD:Files:Prog:H-K:Hex2.Wrt
  2889.  Size:  8K         Date: 5/26/87         Version: 
  2890.  Description:
  2891.  Hex example
  2892.  
  2893.  Name  =  Hex.Wrt
  2894.  Path =  AMUG CD:Files:Prog:H-K:Hex.Wrt
  2895.  Size: 14K         Date: 5/26/87         Version: 
  2896.  Description:
  2897.  Hex code
  2898.  
  2899.  Name  =  FastEddie2.dd
  2900.  Path =  AMUG CD:Files:Prog:D-G:FastEddie2.dd
  2901.  Size: 47K         Date: 5/26/87         Version: 
  2902.  Description:
  2903.  Text editor.
  2904.  
  2905.  Name  =  EASY.ASM
  2906.  Path =  AMUG CD:Files:Prog:D-G:EASY.ASM
  2907.  Size:  8K         Date: 5/26/87         Version: 
  2908.  Description:
  2909.  Progran code
  2910.  
  2911.  Name  =  DSEdit
  2912.  Path =  AMUG CD:Files:Prog:D-G:DSEdit
  2913.  Size:  9K         Date: 5/26/87         Version: 
  2914.  Description:
  2915.  DS Edit
  2916.  
  2917.  Name  =  Dragon.dd
  2918.  Path =  AMUG CD:Files:Prog:D-G:Dragon.dd
  2919.  Size: 25K         Date: 5/26/87         Version: 
  2920.  Description:
  2921.  Program demo.
  2922.  
  2923.  Name  =  ConCode 1.5
  2924.  Path =  AMUG CD:Files:Prog:B-C:ConCode 1.5
  2925.  Size:  8K         Date: 5/26/87         Version: 1.5
  2926.  Description:
  2927.  ConCode version 1.5
  2928.  
  2929.  Name  =  COMPARE
  2930.  Path =  AMUG CD:Files:Prog:B-C:COMPARE
  2931.  Size: 10K         Date: 5/26/87         Version: 
  2932.  Description:
  2933.  Basic Program
  2934.  
  2935.  Name  =  CDEF Demo
  2936.  Path =  AMUG CD:Files:Prog:B-C:CDEF Demo
  2937.  Size: 18K         Date: 5/26/87         Version: 
  2938.  Description:
  2939.  DEMO Program
  2940.  
  2941.  Name  =  Bounce.dd
  2942.  Path =  AMUG CD:Files:Prog:B-C:Bounce.dd
  2943.  Size: 12K         Date: 5/26/87         Version: 
  2944.  Description:
  2945.  Bounce Source Code.
  2946.  
  2947.  Name  =  BINTERATIVE.
  2948.  Path =  AMUG CD:Files:Prog:B-C:BINTERATIVE.
  2949.  Size:  1K         Date: 5/26/87         Version: 
  2950.  Description:
  2951.  
  2952.  
  2953.  Name  =  APLdoc.dd
  2954.  Path =  AMUG CD:Files:Prog:A:APLdoc.dd
  2955.  Size: 62K         Date: 5/26/87         Version: 
  2956.  Description:
  2957.  APL Doc.
  2958.  
  2959.  Name  =  3rd grade 2
  2960.  Path =  AMUG CD:Files:Prog:A:3rd grade 2
  2961.  Size:  8K         Date: 5/26/87         Version: 
  2962.  Description:
  2963.  Pascal Lesson
  2964.  
  2965.  Name  =  3rd grade 1
  2966.  Path =  AMUG CD:Files:Prog:A:3rd grade 1
  2967.  Size: 14K         Date: 5/26/87         Version: 
  2968.  Description:
  2969.  Pascal Lesson
  2970.  
  2971.  Name  =  2nd grade 1
  2972.  Path =  AMUG CD:Files:Prog:A:2nd grade 1
  2973.  Size: 14K         Date: 5/26/87         Version: 
  2974.  Description:
  2975.  Pascal Lesson
  2976.  
  2977.  Name  =  1st grade 5
  2978.  Path =  AMUG CD:Files:Prog:A:1st grade 5
  2979.  Size: 12K         Date: 5/26/87         Version: 
  2980.  Description:
  2981.  Pascal Lesson
  2982.  
  2983.  Name  =  1st grade 4
  2984.  Path =  AMUG CD:Files:Prog:A:1st grade 4
  2985.  Size: 12K         Date: 5/26/87         Version: 
  2986.  Description:
  2987.  Pascal Lesson
  2988.  
  2989.  Name  =  1st grade 3
  2990.  Path =  AMUG CD:Files:Prog:A:1st grade 3
  2991.  Size: 12K         Date: 5/26/87         Version: 
  2992.  Description:
  2993.  Pascal Lesson
  2994.  
  2995.  Name  =  1st grade 2
  2996.  Path =  AMUG CD:Files:Prog:A:1st grade 2
  2997.  Size:  8K         Date: 5/26/87         Version: 
  2998.  Description:
  2999.  Pascal Lesson
  3000.  
  3001.  Name  =  1st grade 1
  3002.  Path =  AMUG CD:Files:Prog:A:1st grade 1
  3003.  Size:  7K         Date: 5/26/87         Version: 
  3004.  Description:
  3005.  Pascal lesson
  3006.  
  3007.